Description Usage Arguments Details Value
myheatmap3 Runs heatmap.3 with personalized color scheme.
1 | myheatmap3(x, col = colorRampPalette(c("blue", "black", "yellow"))(50), ...)
|
x |
Numeric matrix of values to be plotted. Data.frame will be coerced. |
col |
Defaults to a blue-black-yellow color scheme with 50 shades |
... |
Other arguments to be passed on to |
Turns of density.info and trace and sets the
color scheme to blue-black-yellow. Other arguments can be passed onto
heatmap.3. Most commonly used are ColSideCol and
RowSideCol.
An object of the class list from heatmap.3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.