Skip to content
Prev 309388 / 398506 Next

create 3x2 panel boxplots

You mention trellis, so I will assume that you already know about the
trellis graphics functions (in the  lattice package).

If you are creating all the plots from a single dataset using
conditioning then you can just use the 'layout' argument to specify
the 3x2 arrangement (note that this argument does col X row rather
than row X col like pretty much everything else).

If you are calling the bwplot function 6 times and want to arrange
them all on the same page then look at the print.trellis function.
On Tue, Oct 30, 2012 at 9:08 AM, nikalk <nikalk at gmail.com> wrote: