On Tue, Oct 30, 2012 at 3:08 PM, nikalk <nik...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.