简体   繁体   中英

Export graphics from R in vector format

I'd like to export graphics from R (for example, histograms and ROC curves) in vector format in order to make layout edits in a graphic design program like Intaglio. Is this possible?

pdf("myfile.pdf")

# graph goes here

dev.off()

Other devices (besides PDF) exist as well. (@Justin points out what is probably the most useful one in a comment).

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