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 2 (width=20, height=20), etc.
No. But you can write separate files and merge them afterwards (with one of many PDF tools). > Any help would be gratefully appreciated. > > Kind regards, > > Sam > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.