plot.oneway: plot.oneway gets input from the oneway.defualt to plot the...

Description Usage Arguments Examples

Description

plot.oneway gets input from the oneway.defualt to plot the boxes side by side to give the information about each group

Usage

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

Arguments

x

x is the ouput of oneway.default which has the values of input list

...

... is and additional argument

Examples

1
2
3
4
5
library(faraway)
data(coagulation)
attach(coagulation)
ll <- onewayanova:::oneway.default(coagulation)
onewayanova:::plot.oneway(ll)

AliDB/onewayanova documentation built on May 19, 2019, 3:04 p.m.