create 3x2 panel boxplots
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