save_heatmap {metasnf} | R Documentation |
Save a heatmap object to a file
Description
Save a heatmap object to a file
Usage
save_heatmap(heatmap, path, width = 480, height = 480, res = 100)
Arguments
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. |
Value
Does not return any value. Saves heatmap to file.
[Package metasnf version 1.1.2 Index]