我想知道如何在 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()