导出到R中的eps

时间:2018-07-02 16:55:29

标签: r ggplot2 postscript eps

我有一个用ggplot创建的多图,我想将其导出为eps。我已经尝试了多种方法(后记,setEPS)来执行此操作,但是一切都得到了一个空白的eps文件。我目前正在使用此代码:

>postscript(postscript(file="~Desktop/REU/R/graphs.eps",horiz=TRUE,onefile=FALSE,width=8.5,height=11,paper=letter) 
all of the ggplot code
>multiplot(real1,real5, real2, real6, real3, real7, real4, real8, cols = 4) 
>dev.off()

我没有收到错误,但是在dev.off之后我得到了

null device
          1

任何有关做什么的建议将不胜感激!

0 个答案:

没有答案