[R] terminating plot
Chong Gu
chong at stat.purdue.edu
Sat Feb 5 03:32:25 CET 2000
Date: Fri, 4 Feb 2000 14:38:29 -0800 (PST)
From: Denis White <denis at mercury.cor.epa.gov>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-r-help at stat.math.ethz.ch
Precedence: bulk
This script (in Version 0.90.1 [Solaris]):
postscript (file="test.eps",onefile=F)
par (mfrow=c(3,1))
plot (1:10,rep(1,10))
plot (1:10,rep(1,10))
plot (1:10,rep(1,10))
frame()
does not terminate the plot. Rather it gives the message:
Warning message:
multiple pages used in postscript() with onefile=FALSE
and the plot is only complete after quitting R.
Is there some other way to complete a plot?
thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
dev.off()
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list