我想知道如何在2010年的单词中打开来自R的.eps文件。以下是我的情节示例。
postscript("FIG1.eps", height = 6, width = 6, horizontal = FALSE, paper = "special")
plot(c(140,220),c(5,75),type="n",xaxt="n",cex.axis=1,cex.lab=1.2,font=2,font.lab=2,las=1)
lines(c(145,170,200),c(7,60,66),lwd=2,lty=3,type="o",pch=5)
dev.off()
答案 0 :(得分:0)
这样做
插入 - >图片 - >选择Encapsulated PostScript。
完成。
答案 1 :(得分:0)
R eps export and import into Word 2010 Marco Sandri解决了问题,导出了来自R的.eps文件,并使用postscript命令的colormodel =“rgb”选项(默认为“srgb”)导入到Windows上的Word 2010中。感谢