pal.heatmap | R Documentation |
Show a palette/colormap with a random heatmap
pal.heatmap(pal, n = 25, miss = 0.05, main = "")
pal |
A palette function or a vector of colors. |
n |
The number of squares vertically in the heatmap. |
miss |
Fraction of squares with missing values, default .05. |
main |
Main title |
None.
Kevin Wright
None
pal.heatmap(brewer.paired, n=12)
pal.heatmap(coolwarm, n=12)
pal.heatmap(tol, n=12)
pal.heatmap(glasbey, n=32)
pal.heatmap(kelly, n=22, main="kelly", miss=.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.