save_pdf,Heatmap-method: save_pdf
Usage
# S4 method for Heatmap
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")