Raw Message
Message-ID: <797039E6-E1D8-46C4-85D1-91FBC3B98C39@comcast.net> Date: 2010-01-06T23:16:15Z From: David Winsemius Subject: sample weight for box plot? In-Reply-To: <1262817762460-1008453.post@n4.nabble.com> 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