plot_heatmat | R Documentation |
If reserve_zero = T
, then reserve zero for white.
If reserve_zero = F
, then all the greens are negative and all the reds are positive
plot_heatmat(
dat,
luminosity = F,
asp = nrow(dat)/ncol(dat),
reserve_zero = T,
...
)
dat |
matrix |
luminosity |
boolean |
asp |
numeric |
reserve_zero |
boolean |
... |
additional graphical parameters |
shows a plot but returns nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.