Without modifying the code, you can take the output from
'boxplot(...plot=F)', change the values in the 'stats' object within the
value returned, and then pass it to 'bxp';
 x <- boxplot(yourdata,...,plot=F)
x$stats[5,] <- quantile(yourdata, .9)
bxp(x)



On 11/21/05, alessandro carletti <[EMAIL PROTECTED]> wrote:
>
> Hi everybody,
> I'm trying to modify the boxplot just to set the upper
> whisker to the 90 percentile value, but I still
> couldn't find the solution.
> Can anyone help me?
> Thanks
>
>
> Alessandro Carletti
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>



--
Jim Holtman
Cincinnati, OH
+1 513 247 0281

What the problem you are trying to solve?

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to