Skip to content
Prev 155790 / 398502 Next

boxplot

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: