plot.oneway: Plot function for Oneway objects

Description Usage Arguments Value See Also Examples

View source: R/plot.R

Description

Produces a boxplot which follows the formula specified in the oneway object

Usage

1
2
## S3 method for class 'oneway'
plot(x, col = "skyblue", ...)

Arguments

x

Object of class "oneway"

...

parameters passed to boxplot function

Value

a list

See Also

boxplot

Examples

1
2
3
4
5
## Not run: 
aov1 <- oneway(mpg ~ cyl, mtcars)
plot(aov1)

## End(Not run)

marginal-latte/oneway documentation built on Dec. 21, 2021, 1:52 p.m.