Description Usage Arguments Value
heatmap.color.scheme
computes break points and color vector for heatmaps. Can also plot
the HCL space for easier customization of colors.
1 2 3 |
low.breaks |
breakpoints for the low color |
high.breaks |
breakpoints for the low color. |
masked.color |
color to be used for the gap between the low and high colors. |
col.palette |
either a palette name or index, or a full specification of an hcl palette. See the 'supported.palettes' definition in the code for examples. |
plot |
if TRUE, will plot the HCL color space for the chosen color palette. |
gp |
graphical parameters passed to grid.points and grid.lines when 'plot' is TRUE. |
a list with three fields:
breaks |
vector with break points, size is one more that 'col' |
col |
vector with colors, size one less than 'breaks' |
masked.idx |
idx into 'col' and 'breaks' pointing to the color and the left break point of the masked region (if such a region exists). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.