I am wonder if there is any option to export the heatmap in svg or pdf format.
Asked
Active
Viewed 612 times
2
-
1Hi Carlos, Have you tried any ways of exporting it? Could you please give us a few more details on what you have done? – MortenSickel May 21 '21 at 08:54
1 Answers
1
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 )

elielink
- 1,174
- 1
- 10
- 22