[R] sample weight for box plot?

David Winsemius dwinsemius at comcast.net
Thu Jan 7 00:16:15 CET 2010


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)


David Winsemius, MD
Heritage Laboratories
West Hartford, CT



More information about the R-help mailing list