Message-ID: <CAAmySGN2c4UogPCzqoFLVZyMr9UH61SfztZsaPq=zm9R8qOkrA@mail.gmail.com>
Date: 2012-10-30T16:07:07Z
From: R. Michael Weylandt
Subject: create 3x2 panel boxplots
In-Reply-To: <1351609691656-4647878.post@n4.nabble.com>
On Tue, Oct 30, 2012 at 3:08 PM, nikalk <nikalk at gmail.com> wrote:
> Hi, I would like to create a trellis plot (3x2) of 6 individual box plots.
> It would look like this:
> (Created semi-manually)
> <http://r.789695.n4.nabble.com/file/n4647878/Figure8.jpg>
> What would be the most elegant way to do this?
> Thank you!
Most elegant would be with the lattice or ggplot2 packages, but
there's a bit of a learning curve there so perhaps ?layout gets you on
your way:
Michael