Re: [R] PDF Different Page Sizes

2008-01-31 Thread Prof Brian Ripley
On Thu, 31 Jan 2008, Samuel Kemp wrote: > Hi, > > I am using the pdf() function to write out a pdf file that contains multiple > plots (a plot per page). Is there a way to specify different page sizes for > each plot in the file e.g. on page 1 in the pdf file I want (width=10, > height=10) on page

[R] PDF Different Page Sizes

2008-01-31 Thread Samuel Kemp
Hi, I am using the pdf() function to write out a pdf file that contains multiple plots (a plot per page). Is there a way to specify different page sizes for each plot in the file e.g. on page 1 in the pdf file I want (width=10, height=10) on page 2 (width=20, height=20), etc. Any help would be gr