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 <[EMAIL PROTECTED]> wrote:

> From: Daniela Garavaglia <[EMAIL PROTECTED]>
> Subject: [R] boxplot
> To: r-help@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
>

______________________________________________
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.

Reply via email to