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)

sheaperetz/oneway documentation built on Oct. 23, 2020, 2:38 a.m.