[R] postscript()

Ko-Kang Kevin Wang kwan022 at stat.auckland.ac.nz
Fri Nov 15 10:00:31 CET 2002


Hi,

I've been trying out postscript() when onefile is set to FALSE.  However
I'm having trouble understanding the documentation for postscript().

Suppose I want to do:
  plot(1:10)
  plot(1:10, type = "l")
and store them in foo.ps and goo.ps.  Furthermore, I'd like to do then
with one postscript() command -- because this is just a simplified version
of what I really need (i.e. much more than two plots).  Can I do something
like:
  postscript(c("foo.ps", "goo.ps"), onefile = FALSE)
  plot(1:10)
  plot(1:10, type = "l")
  dev.off()
it doesn't work...

Cheers,

Kevin

------------------------------------------------------------------------------
/* Time is the greatest teacher, unfortunately it kills its students */

Ko-Kang Kevin Wang
Postgraduate PGDipSci Student
Department of Statistics
University of Auckland
New Zealand
Homepage: http://www.stat.auckland.ac.nz/~kwan022


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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