plot.harmanresults {Harman}R Documentation

Plot method for harman

Description

Plot method for instances of harmanresults.

Usage

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

Arguments

x

An instance of harmanresults.

...

further plotting parameters.

Value

None

See Also

harmanresults pcaPlot

Examples

library(HarmanData)
data(OLF)
expt <- olf.info$Treatment
batch <- olf.info$Batch
olf.harman <- harman(olf.data, expt, batch)
plot(olf.harman)

[Package Harman version 1.20.0 Index]