print.mct: Print method for mct.out

Description Usage Arguments Value See Also Examples

View source: R/mct.R

Description

Print method for mct.out

Usage

1
2
## S3 method for class 'mct'
print(x, ...)

Arguments

x

An mct object to print to the console.

...

Other arguments to be passed through.

Value

The original object invisibly.

See Also

mct.out()

Examples

1
2
3
dat.aov <- aov(Petal.Width ~ Species, data = iris)
output <- mct.out(dat.aov, classify = "Species")
print(output)

biometryhub/BiometryTraining documentation built on Jan. 27, 2022, 7:52 p.m.