vincent david wrote:
> Hi,
>
> is there an equivalent to the 'range' option of the boxplot function to be
> found in the bwplot function of the trellis package?
>
> regards
>
> Vincent
>
Hi, Vincent,
From ?panel.bwplot, you can supply your own function for "stats". For
your case, you would need:
bwplot(decrease ~ treatment,
OrchardSprays, groups = rowpos,
stats = function(x, coef = 1, ...) {
boxplot.stats(x, coef, ...)
})
HTH,
--sundar
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html