An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080911/2f7b2a71/attachment.pl>
boxplot
3 messages · Daniela Garavaglia, Uwe Ligges, John Kane
Daniela Garavaglia wrote:
Sorry, I have some troubles with the graph device. How can I draw the whiskers in a boxplot?
1. Whiskers in a boxplot are independent of the device. 2. I do see whiskers, e.g. in boxplot(1:10) so I do not undertsnad your question at all. Uwe Ligges
Thank's so much. Daniela [[alternative HTML version deleted]]
______________________________________________ R-help at 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.
Perhaps your data does not have whiskers? x <- c(4,5,6,4,5,6,4,5,6,4,5,6) boxplot(x) # No whiskers boxplot(1:10) # whiskers
--- On Thu, 9/11/08, Daniela Garavaglia <danygaravaglia84 at virgilio.it> wrote:
From: Daniela Garavaglia <danygaravaglia84 at virgilio.it> Subject: [R] boxplot To: r-help at r-project.org Received: Thursday, September 11, 2008, 5:00 AM Sorry, I have some troubles with the graph device. How can I draw the whiskers in a boxplot? Thank's so much. Daniela