[R] help with dev.copy2eps
    Thomas Petzoldt 
    petzoldt at rcs.urz.tu-dresden.de
       
    Wed Mar  7 17:07:50 CET 2001
    
    
  
Frank Gerrit Zoellner wrote:
> I'm using the function dev.copy2eps to store a plot into a file.
> How can I change the default name of the file and the path where the file
> should be created ?
please see: help(dev.copy2eps)
[...]
Arguments:
  device: A device function (e.g., `x11', `postscript', ...)
     ...: Arguments to the `device' function above. For `dev.print',
          this includes `which' and by default any `postscript'
          arguments.
[...]
which means, you can simply write :
dev.copy2eps(file="anotherfile.eps")
Hope it helps!
Thomas Petzoldt
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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