Description Usage Arguments Examples
View source: R/simpleheatmap.R
heatmap2 facade
1 2 3 | simpleheatmap(pln, main = "", distf = dist, hclustf = hclust,
labRow = "", palette = getBlueWhiteRed(), margins = c(5, 5),
scale = "none", ...)
|
pln |
or dataframe with numerical values |
main |
title |
distf |
distance function |
hclustf |
clustering function |
labRow |
row labels |
palette |
color palette |
margins |
control margins of heatmap |
scale |
c(row, column or none) |
... |
other parameters to heatmap.2 |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.