Learn R Programming

Harman (version 1.0.2)

plot.harmanresults: Plot method for harman

Description

Plot method for instances of harmanresults.

Usage

"plot"(x, ...)

Arguments

x
An instance of harmanresults.
...
further plotting parameters.

Value

None

See Also

harmanresults pcaPlot

Examples

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

Run the code above in your browser using DataLab