Re: [R] about the whisker in boxplot

2008-09-18 Thread Yihui Xie
Hi, it seems you have posted the same question (the day before yesterday?) in previous threads. I think you may try 'bxp()' - just change the argument z as you wish and pass it to bxp(). For example: ## > x = 1:10 > par(mfrow = c(1, 2)) > (b = boxplot(x)) ## the default (min, .25quantile, me

[R] about the whisker in boxplot

2008-09-18 Thread catherineLF
Hi, Dear R-users, I have a problem when I drawing a boxplot. I want to extend the whisker to the 5% and the 95% quantiles and only show the most extreme outlier, like 0.01% and 99.99% percentiles. What should I do? I saw something on boxplot.stat, but even I define the parameter in boxplot.sta