save_pdf,InputHeatmap-method {tidyHeatmap} | R Documentation |
save_pdf
Description
save_pdf
Usage
## S4 method for signature 'InputHeatmap'
save_pdf(
.heatmap,
filename,
width = NULL,
height = NULL,
units = c("in", "cm", "mm")
)
Arguments
.heatmap |
A 'Heatmap' |
filename |
A character string. The name of the output file/path |
width |
A 'double'. Plot width |
height |
A 'double'. Plot height |
units |
A character string. units ("in", "cm", or "mm") |
[Package tidyHeatmap version 1.8.1 Index]