plotly.heat | R Documentation |
plotly
Draw a heatmap using plotly
plotly.heat(
z,
x = NULL,
y = NULL,
title = NULL,
col = penn.heat(21),
xlab = NULL,
ylab = NULL,
zlab = NULL,
transpose = TRUE
)
z |
Input matrix |
x , y |
Vectors for x, y axes |
title |
Plot title |
col |
Set of colors to make gradient from |
xlab |
x-axis label |
ylab |
y-axis label |
zlab |
z value label |
transpose |
Logical: If TRUE, transpose matrix |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.