[R] reducing space between charts in lattice graphics

2009-09-19 Thread Larry White
Hi, I'm trying to create a lattice plot with three xyplots in one vertical column. I would like to reduce the vertical space between the charts. My code is below. There seems to be a "between" parameter for lattice.options, but I can't find any examples. Aside from the data setup, the code is bel

Re: [R] reducing space between charts in lattice graphics

2009-09-19 Thread David Winsemius
The Lattice book shows different uses of the layout and between parameters in the early examples in chapter 2. Why not go to the book's website and take a look? -- David. On Sep 19, 2009, at 12:42 PM, Larry White wrote: Hi, I'm trying to create a lattice plot with three xyplots in one vert

Re: [R] reducing space between charts in lattice graphics

2009-09-19 Thread Gabor Grothendieck
xyplot.zoo does that by default. library(lattice) library(zoo) z <- zoo(cbind(1:4, 2:5, 3:6)) xyplot(z, type = "l") On Sat, Sep 19, 2009 at 12:42 PM, Larry White wrote: > Hi, > > I'm trying to create a lattice plot with three xyplots in one vertical > column. I would like to reduce the vertica