Well, the symbols function will add boxplots to an existing plot wherever you want. But, you should really consider what question(s) your are trying to answer. As a general rule, adding things to a barplot will do more to distort the barplot than add additional information. If the boxplot contains the info you need, why even use the barplot? If you need the barplot, why add to it? Maybe a different plot would better be able to answer the question(s) of interest, but you need to be clear (at least to yourself) what the question(s) is/are.
-- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of johnhj > Sent: Monday, April 06, 2009 5:46 AM > To: r-help@r-project.org > Subject: [R] Boxplots in Barplots > > > Hii, > > Is it possible to put Boxplots at the top of the Barplots ? I will > describe > the standard derivation with a Boxplot at the of the Barplots. It could > also > be "line" instead of Boxplot... > > Can anybody help me how to do it ? > > greetings, > j. > -- > View this message in context: http://www.nabble.com/Boxplots-in- > Barplots-tp22907174p22907174.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.