Re: [R] Saving lattice plot as a PDF

2007-12-09 Thread Deepayan Sarkar
On 12/9/07, Judith Flores <[EMAIL PROTECTED]> wrote: > Hi there, > > I need to save a series of lattice plots as a PDF, > this is my code so far: > > windows(height=8,width=6) > plot.new() > library('grid') > lattice.options(layout.heights=list(top.padding=list(x=0.15, > units="inches"))) > pri

[R] Saving lattice plot as a PDF

2007-12-09 Thread Judith Flores
Hi there, I need to save a series of lattice plots as a PDF, this is my code so far: windows(height=8,width=6) plot.new() library('grid') lattice.options(layout.heights=list(top.padding=list(x=0.15, units="inches"))) print(plot1, split=c(1,1,2,3), more=TRUE) print(plot2, split=c(1,2,2,3), mor