[R] plotting a 1000 plots?

jasont@indigoindustrial.co.nz jasont at indigoindustrial.co.nz
Thu May 23 01:34:27 CEST 2002


> > I believe you can send multiple plots to a pdf file by leaving the pdf()
> > device open.  By default, each new plot will be put on a different page in
> > the pdf file.  

> ah-ha! had I only known. I forgot to check the other devices supported.
> Works like a charm on windows too! Saaaweet!

Careful - this will choke at 501 plots.  

help(pdf)
..
There is an internal limit of 500 pages per PDF file, which should
be ample.
..

If you really want to do 1000 plots, you need a Plan B.

Cheers

Jason

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