plot.harmanresults {Harman} | R Documentation |
Plot method for instances of harmanresults
.
## S3 method for class 'harmanresults' plot(x, ...)
x |
An instance of |
... |
further plotting parameters. |
None
library(HarmanData) data(OLF) expt <- olf.info$Treatment batch <- olf.info$Batch olf.harman <- harman(olf.data, expt, batch) plot(olf.harman)