plot.oneway: Plot one-way ANOVA

Description Usage Arguments Details Author(s) Examples

View source: R/plot.R

Description

plot.oneway plots 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 the boxplot function

col

fill color of boxplots

Details

This function creates side by side box plots for each group in the analysis

Author(s)

Kelly Jamrog <kjamrog@wesleyan.edu>

Examples

1
2
mileage <- oneway(hwy~class, cars)
plot(mileage)

jgkwes/oneway documentation built on May 21, 2019, 2:05 p.m.