Re: [R] mean in the boxplot

2011-04-01 Thread Peter Ehlers
On 2011-04-01 10:28, David Winsemius wrote: On Apr 1, 2011, at 1:20 PM, Yan Jiao wrote: Dear R users, How to show mean in the boxplot instead of median ? Read ... help(boxplot) Use boxplot to create a set of values, substitute th emean for the groups then pass the mangled set of values to

Re: [R] mean in the boxplot

2011-04-01 Thread David Winsemius
On Apr 1, 2011, at 1:20 PM, Yan Jiao wrote: Dear R users, How to show mean in the boxplot instead of median ? Read ... help(boxplot) Use boxplot to create a set of values, substitute th emean for the groups then pass the mangled set of values to bxp(). -- David Winsemius, MD West Hartf

[R] mean in the boxplot

2011-04-01 Thread Yan Jiao
Dear R users, How to show mean in the boxplot instead of median ? Many thanks Yan [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://w