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.stat, what I should do next? how to connect it to boxplot?
Thank you very much!
Catherine
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, median, .75quantile max), see $stats
##
HTH.
Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086
Mobile: +86-15810805877
Homepage: http://www.yihui.name
School of Statistics, Room 1037, Mingde Main Building,
Renmin University of China, Beijing, 100872, China
On Fri, Sep 19, 2008 at 1:17 AM, catherineLF <cathelf at hotmail.com> wrote:
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.stat, what I should do next? how to connect it to boxplot?
Thank you very much!
Catherine
--
View this message in context: http://www.nabble.com/about-the-whisker-in-boxplot-tp19557700p19557700.html
Sent from the R help mailing list archive at Nabble.com.