plot.harmanresults: Plot method for harman

Description Usage Arguments Value See Also Examples

View source: R/plot.harmanresults.R

Description

Plot method for instances of harmanresults.

Usage

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

Arguments

x

An instance of harmanresults.

...

further plotting parameters.

Value

None

See Also

harmanresults pcaPlot

Examples

1
2
3
4
5
6
library(HarmanData)
data(OLF)
expt <- olf.info$Treatment
batch <- olf.info$Batch
olf.harman <- harman(olf.data, expt, batch)
plot(olf.harman)

Harman documentation built on Nov. 8, 2020, 7:50 p.m.