pointsOnBoxplot.formula: Draw Points on Top of a Boxplot using Appropriate Shifting

Description Usage Arguments Author(s)

View source: R/pointsOnBoxplot.R

Description

Draw Points on Top of a Boxplot using Appropriate Shifting

Usage

1
2
3
## S3 method for class 'formula'
pointsOnBoxplot(formula, data = NULL, ...,
  na.action = NULL)

Arguments

formula

a formula of the form a ~ b (+ c, etc.), where a is a numeric vector and all other variables are categorical

data

an optional input parameter of a data.frame containing the variables used in the formula

...

further arguments to be passed to pointsOnBoxplot.default

na.action

parameter specifying how to handle missingness

Author(s)

Jason Waddell


oaPlots documentation built on May 2, 2019, 6:46 a.m.