ipboxplot: Improved boxplot

View source: R/descriptive.R

ipboxplotR 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)

clickR documentation built on Aug. 8, 2023, 1:11 a.m.