save_heatmap | R Documentation |
Save a heatmap object to a file
save_heatmap(heatmap, path, width = 480, height = 480, res = 100)
heatmap |
The heatmap object to save. |
path |
The path to save the heatmap to. |
width |
The width of the heatmap. |
height |
The height of the heatmap. |
res |
The resolution of the heatmap. |
Does not return any value. Saves heatmap to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.