plot.oneway: Plot one-way ANOVA

Description Usage Arguments Examples

View source: R/plot.R

Description

plot.one-way creates group comparisons for a one-way ANOVA

Usage

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

Arguments

x

an object of class one-way

...

additional arguments passed to boxplot function.

Examples

1
2
# mileage <- oneway(mpg~cyl,mtcars)
plot(mileage)

etuhabonye/oneway documentation built on Oct. 21, 2020, 5:18 a.m.