1
我使用Tinn R
保存文件,並嘗試在猖獗的邏輯postscript查看器1.1中打開它,但它在word pad中打開。我無法理解這個問題。下面如何在猖獗的邏輯postscript查看器中打開R文件?
library(MASS)
attach(cats)
#print(cats)
#names(cats)
#summary(cats)
postscript("asd.ps",horizontal=F)
par(mfrow=c(2,2))
boxplot(cats[,2:3])
plot(Bwt,Hwt)
沒有'dev.off()',您的PostScript文件可能不完整。 – 2013-04-27 15:49:51