Generates a heatmap
1 | plot_heatmap(args = list())
|
args |
list of arguments. Mandatory argument : a data.frame or a matrix 'df' Other arguments can include : 'stat_var' : names of numeric columns to include in the heatmap 'group_var' : name of the column used to order x coordinates 'cluster_y' : logical; cluster y axis variables 'cluster_x' : logical; cluster x axis variables 'show.legend' : logical; show legend 'option' : name of the viridis palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.