save_pdf() takes as input a Heatmap from ComplexHeatmap and save it to PDF file
save_pdf(
.heatmap,
filename,
width = NULL,
height = NULL,
units = c("in", "cm", "mm")
)
[Mangiola and Papenfuss., 2020](https://joss.theoj.org/papers/10.21105/joss.02472)
NA
maturing
It simply save an `Heatmap` to a PDF file use pdf() function in the back end
Mangiola, S. and Papenfuss, A.T., 2020. "tidyHeatmap: an R package for modular heatmap production based on tidy principles." Journal of Open Source Software. doi:10.21105/joss.02472.