[R] terminating plot
    Denis White 
    denis at mail.cor.epa.gov
       
    Fri Feb  4 23:38:29 CET 2000
    
    
  
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list