Export a graph to .eps file with R

前端 未结 5 1304
刺人心
刺人心 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条回答
  •  萌比男神i
    2020-11-28 02:45

    Yes, open a postscript() device with a filename ending in .eps, do your plot(s) and call dev.off().

提交回复
热议问题