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
On Mar 23, 2008, at 11:31 AM, Plantky wrote:
> 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?
Did you look at the documentation for bwplot and panel.bwplot?
This should do it , adjust at will:
ex <- data
2 matches
Mail list logo