David Winsemius wrote:
On Jan 6, 2010, at 5:42 PM, sean_parks wrote:
bxp.data <- c(0,0.9,3.5,9.4,30.6)
boxplot(bxp.data)
Try:
boxplot(bxp.data, range=5)
or range=0 to draw whiskers to the data extremes
(as mentioned in ?boxplot!)
-Peter Ehlers
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
______________________________________________
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.
--
Peter Ehlers
University of Calgary
403.202.3921
______________________________________________
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.