plot_hclust_heatmap.assemble: Title

View source: R/functions_bw_cluster_summary.R

plot_hclust_heatmap.assembleR Documentation

Title

Description

Title

Usage

plot_hclust_heatmap.assemble(plot_list)

Arguments

plot_list

Examples

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)

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