An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100509/adb41b90/attachment.pl>
changing parameters of the box and whisker plot
3 messages · michael westphal, David Winsemius, Dennis Murphy
On May 9, 2010, at 1:33 PM, michael westphal wrote:
Hello: I am plotting some data using the box and whisker plot.
What function?
However, I only want to plot the median, max and min, as I only have these values and not the quartile values.
You could just read the help page for bxp and send it values that yield what you want to see. ?boxplot.stats ?bxp Or ... using lattice::bwplot you can alter the stats function in panel.bwplot. ?panel.bwplot
It seems R arbitrarily constructs the box margins to be halfway between the median and the max/min.
Not exactly ... and not at all arbitrary. Those are at the Q1 and Q3 values.
How do I make the box and whisker plots without the box values? Thanks, Michael
David Winsemius, MD West Hartford, CT
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100509/b1aa48f0/attachment.pl>