heatmap_grob | R Documentation |
A grob for heatmaps.
heatmap_grob(data, signed = TRUE, legend_title = "", vp_name = NULL, to = NULL)
data |
Matrix of data to display. |
signed |
Should a signed palette be used? |
legend_title |
Title for legend grob. |
vp_name |
Viewport name for heatmap grob. This is useful if you will need to refer to the grob later, for example for interaction. |
to |
Heatmap scale will include this value if given. |
A list containing a heatmap grob and associated legend grob.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.