[R] print to file question

Peter Dalgaard BSA p.dalgaard at pubhealth.ku.dk
Wed Feb 28 23:34:56 CET 2001


Jason Turner <jasont at indigoindustrial.co.nz> writes:

> Probably doing something wrong here.  
> I'm getting an empty file called "Rplot.ps" 
> when I do this:
> 
> > foo<-rnorm(100)
> > postscript()
> > boxplot(foo)
> 
....
> Is there a call to flush a buffer I'm not aware of?
> If not, any other ideas?
> If it is a bug, the symptoms were identical in 1.2.1.

dev.off() when you're finished writing to the file.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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