Hi R Users, I'm interested in plotting a grouped boxplot (please see attached file for sample). Can anyone suggest a function{package} which can help me achieve this. Thanks, Gary
Gary wrote:> Hi R Users, > > I'm interested in plotting a grouped boxplot (please see attached file for > sample). Can anyone suggest a function{package} which can help me achieve > this.Your attachment did not pass the list's filters. Anyway, see ?boxplot. Uwe Ligges> > Thanks, > Gary > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help at 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.
Hi try ggplot2. It has some functionality to make groups of boxplots. Regards Petr r-help-bounces at r-project.org napsal dne 24.11.2009 03:33:49:> Hi R Users, > > I'm interested in plotting a grouped boxplot (please see attached filefor> sample). Can anyone suggest a function{package} which can help meachieve> this. > > Thanks, > Gary > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.