View source: R/functions_bw_cluster_summary.R
plot_hclust_heatmap.assemble | R Documentation |
Title
plot_hclust_heatmap.assemble(plot_list)
plot_list |
library(ssvRecipes) mat = matrix(runif(100), ncol = 10) plot_list = plot_hclust_heatmap(mat) plot_list$heatmap = plot_list$heatmap + scale_fill_viridis_c(limits = c(-1, 1)) plot_hclust_heatmap.assemble(plot_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.