Hi,
I have a data frame,
> df=rnorm(1000)
> dim(df)=c(100,10)
>
And i can get the boxplot,
> boxplot(data.frame(df))
So how can add a line (aline) on the existing boxplot,eg,
aline=apply(df,2,max)
Thanks in advance.
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.