View source: R/support_functions.R
hclustAnnotHeatmapPlot | R Documentation |
hclustAnnotHeatmapPlot
hclustAnnotHeatmapPlot(
x = NULL,
hc = NULL,
hmColors = NULL,
anocol = NULL,
xpos = c(0.1, 0.9, 0.114, 0.885),
ypos = c(0.1, 0.5, 0.5, 0.6, 0.62, 0.95),
dendro.cex = 1,
xlab.cex = 0.8,
hmRowNames = FALSE,
hmRowNames.cex = 0.5
)
x |
A correlation matrix |
hc |
An hclust object |
hmColors |
A color palette |
anocol |
A matrix of colors |
xpos |
Xpos |
ypos |
Ypos |
dendro.cex |
Size of denro names |
xlab.cex |
Size of x label |
hmRowNames |
Write rownames ? |
hmRowNames.cex |
Size of rownames ? |
A heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.