plot.oneway: Plot one-way ANOVA

Description Usage Arguments Value 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 geom boxplot function

Value

ggplot2 graph

Examples

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

acolorado1/oneway documentation built on Oct. 28, 2020, 10:45 p.m.