mi_plot_cor | R Documentation |
Plot correlation heatmap.
mi_plot_cor(data, cls = "class")
data |
Data frame including IDs' position features. |
cls |
The name of the class column. |
A heatmap.
data(mi_data_procID)
data_num <- mi_to_numer(mi_data_procID)
mi_plot_cor(data_num)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.