ipboxplot {clickR}R Documentation

Improved boxplot

Description

Creates an improved boxplot with individual data points

Usage

ipboxplot(formula, boxwex = 0.6, ...)

Arguments

formula

Formula for the boxplot

boxwex

Width of the boxes

...

further arguments passed to beeswarm()

Examples

ipboxplot(Sepal.Length ~ Species, data=iris)
ipboxplot(mpg ~ gear, data=mtcars)

[Package clickR version 0.9.39 Index]