plot_hclust_heatmap: Title

View source: R/functions_bw_cluster_summary.R

plot_hclust_heatmapR Documentation

Title

Description

Title

Usage

plot_hclust_heatmap(
  x,
  Rowv = TRUE,
  Colv = TRUE,
  dendrogram = c("both", "row", "column", "none")[1]
)

Arguments

x

Examples

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")


jrboyd/ssvRecipes documentation built on May 22, 2022, 7:07 a.m.