View source: R/Visualizations_tables.R
heatmap_table | R Documentation |
Takes a table and plots it. Either as a table or a pheatmap heatmap with clustering
heatmap_table(
TBL,
clust.meth = "ward.D2",
clust.dist = "euclidean",
Title = "",
plotTable = F
)
TBL |
A table (base R table()) |
clust.meth |
default is "ward.D2", see pheatmap for more options |
clust.dist |
default is "euclidean", see pheatmap for more options |
Title |
A title else ” |
plotTable |
default is F, if T, it will plot an actual table |
A pheatmap heatmap or a plotted table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.