save_pdf,InputHeatmap-method | R Documentation |
save_pdf
## S4 method for signature 'InputHeatmap'
save_pdf(
.heatmap,
filename,
width = NULL,
height = NULL,
units = c("in", "cm", "mm")
)
.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") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.