Re: [R] Adding pagebreaks on files???

2007-10-29 Thread Gavin Simpson
On Mon, 2007-10-29 at 12:36 -0700, Tom.O wrote: Hi Does anyone know if its possible to add pagebreaks to an pdf through an R command? I'm running a loop where each session exports an pdf graph. Each image becomes a separate file, but I would like to have them in the same document but on

[R] Adding pagebreaks on files???

2007-10-29 Thread Tom.O
Hi Does anyone know if its possible to add pagebreaks to an pdf through an R command? I'm running a loop where each session exports an pdf graph. Each image becomes a separate file, but I would like to have them in the same document but on separate pages. Does anyone know a solution or

Re: [R] Adding pagebreaks on files???

2007-10-29 Thread Julian Burgos
I do this all the time. Simply, a) Open your pdf file using the pdf function. b) Do a bunch of plots. Because now the pdf file is your active device, every time you call a new plot you should get a new page. You can also use par(mfrow=...) to split the page (the same way you do it on a