我有一个用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
任何有关做什么的建议将不胜感激!