简体   繁体   中英

Is there any option to export the heatmap from heatmaply in .svg format

I am wonder if there is any option to export the heatmap in svg or pdf format.

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 )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM