Reputation: 21
I am wonder if there is any option to export the heatmap in svg or pdf format.
Upvotes: 2
Views: 1015
Reputation: 1202
I've done this and it worked
webshot::install_phantomjs()
heatmaply(mtcars, file = "heatmaply_plot.pdf")
(source : https://cran.r-project.org/web/packages/heatmaply/vignettes/heatmaply.html )
Upvotes: 1