plot.oneway: Box plot for One Way ANOVA object

Description Usage Arguments Examples

View source: R/plot.oneway.R

Description

Creates a boxplot for a oneway object

Usage

1
2
## S3 method for class 'oneway'
plot(x, ...)

Arguments

x

Object of class oneway

...

Parameters passed to the boxplot function

Examples

1
2
mileage <- oneway(hwy ~ class, cars)
plot(mileage)

kstevenson97/onewayAnova documentation built on Nov. 4, 2019, 4:08 p.m.