Internal function. Creates a complex heatmap of a given matrix of states.
Source:R/heatmap_plot.R
generate_state_hm.RdSee plot_state_hm() for arguments description.
Usage
generate_state_hm(
states_mat,
phylo,
labels_fontsize = 8,
plot_cols = STATE_COLORS,
left_annot = NULL,
hm_legend_title = NULL,
legend_11plus = FALSE,
show_heatmap_legend = TRUE,
heatmap_legend_param = list()
)