Re: [R] Creating grid graphics with grid.layout

2009-09-24 Thread Jeff Horner
Paul Murrell wrote: Hi If using integer indices is awkward, you could push a viewport tree with the relevant viewports given useful names. Then you can downViewport() using the names (if those plots are lattice plots, then you might even be able to use the 'draw.in' argument). Is that the s

Re: [R] Creating grid graphics with grid.layout

2009-09-24 Thread Paul Murrell
Hi If using integer indices is awkward, you could push a viewport tree with the relevant viewports given useful names. Then you can downViewport() using the names (if those plots are lattice plots, then you might even be able to use the 'draw.in' argument). Is that the sort of thing you are