pointsOnBoxplot.formula {oaPlots}R Documentation

Draw Points on Top of a Boxplot using Appropriate Shifting

Description

Draw Points on Top of a Boxplot using Appropriate Shifting

Usage

## 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


[Package oaPlots version 0.0.25 Index]