generate a ComplexHeatmap::Heatmap image, either to console or file.
Source:R/heatmap_plot.R
output_hm_image.RdWill return an image of the generated heatmap or dump the heatmap to a file.
Usage
output_hm_image(
hm,
file_name = NULL,
png_height = 1600,
png_width = 2800,
png_res = 144,
custom_legend = list(),
hm_title
)