View source: R/functions_bw_cluster_summary.R
plot_hclust_heatmap | R Documentation |
Title
plot_hclust_heatmap( x, Rowv = TRUE, Colv = TRUE, dendrogram = c("both", "row", "column", "none")[1] )
x |
library(ssvRecipes) mat = matrix(runif(100), ncol = 10) plot_hclust_heatmap(mat) plot_hclust_heatmap(mat, Rowv = FALSE) plot_hclust_heatmap(mat, Colv = FALSE) plot_hclust_heatmap(mat, dendrogram = "none") plot_hclust_heatmap(mat, dendrogram = "row") plot_hclust_heatmap(mat, dendrogram = "column")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.