plot.oneway: Boxplot for One Way ANOVA object

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)

Cyanjiner/onewayAnova documentation built on Oct. 30, 2019, 5:50 a.m.