Skip to content
Prev 78031 / 398503 Next

Plot Data Points in boxplots

Is this any better?  For more along these lines, check out ?bxp for
numerous options which are accepted by boxplot, not just bxp:

boxplot(Sepal.Length ~ Species, iris,
    boxcol = 1, medcol = 2, whiskcol = 0, staplecol = 4, outcol = 0,
    boxfill = "wheat", boxlty = 0)
with(iris, stripchart(Sepal.Length ~ Species, vertical = TRUE, add = TRUE))
On 9/28/05, Aric Gregson <aorchid at mac.com> wrote: