[R] Mean in bwplot

2008-03-23 Thread Plantky
Hi everyone, Is there a way to include both mean and median in a bwplot? And what should I do to convert the median dots into lines? Thanks! Plantky __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] Mean in bwplot

2008-03-23 Thread Charilaos Skiadas
On Mar 23, 2008, at 1:37 PM, Charilaos Skiadas wrote: panel.points(mean(x), y, col=red, ...) Correction, this should have probably been: panel.points(tapply(x, y, mean), y, col=red, ...) All this assuming you want horizontal boxplots. Haris Skiadas Department of Mathematics and