save_pdf-Heatmap-method: save_pdf

save_pdf,Heatmap-methodR Documentation

save_pdf

Description

save_pdf

Usage

## S4 method for signature '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")


tidyHeatmap documentation built on May 20, 2022, 9:05 a.m.