plot.oneway: Box plot for One Way ANOVA

Description Usage Arguments Examples

View source: R/plot.oneway.R

Description

Creates a boxplot for an 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)

Rkabacoff/onewayAnova documentation built on Oct. 30, 2019, 10:58 p.m.