Export a graph to .eps file with R

前端 未结 5 1317
刺人心
刺人心 2020-11-28 02:00

How do I export a graph to an .eps format file? I typically export my graphs to a .pdf file (using the \'pdf\' function), and it works quite well. However, now I have to exp

5条回答
  •  甜味超标
    2020-11-28 02:51

    If you are using ggplot2 to generate a figure, then a ggsave(file="name.eps") will also work.

提交回复
热议问题