Hi I'm getting a weird result when I try to switch from a normal box
plot to a notched one.  The ends of the box fold down toward the
median giving a horned appearance.  Is just the sample itself?  It is
small, but the un-notched plot looks okay.  Anyway to fix this?

e7=as.vector(c(234,37,98,116,47))
boxplot(e7, plot=TRUE, notch=TRUE)

Thanks very much.

______________________________________________
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