plot.oneway: Plot one-way ANOVA

Description Usage Arguments Examples

View source: R/plot.R

Description

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

Usage

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

Arguments

x

an object of class oneway.

...

additional arguments passed to boxplot function.

Examples

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

aaldarmaki9/oneway documentation built on Oct. 16, 2020, 12:40 a.m.