plot.mvdareg {mvdalab} | R Documentation |
General plotting function for mvdareg
and mvdapaca
objects.
Description
A general plotting function for a mvdareg
and mvdapca
objects.
Usage
## S3 method for class 'mvdareg'
plot(x, plottype = c("PE", "scoresplot", "loadingsplot",
"loadingsplot2D", "T2", "Xresids", "coefsplot", "ap.plot",
"weightsplot", "weightsplot2D", "acfplot"), ...)
Arguments
x |
an object of class |
plottype |
the desired plot from an object of class |
... |
additional arguments. Currently ignored. |
Details
The following plotting functions are supported:
PE
, scoreplot
, loadingsplot
, loadingsplot2D
, T2
, Xresids
, coefsplot
, ap.plot
, weightsplot
, weightsplot2D
, acfplot
Author(s)
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
Examples
data(Penta)
mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1],
ncomp = 2, validation = "loo")
plot(mod1, plottype = "scoresplot")
## Not run:
plot(mod1, plottype = "loadingsplot2D")
plot(mod1, plottype = "T2", ncomp = 2, phase = 1, conf = c(.95, .99))
## End(Not run)
[Package mvdalab version 1.7 Index]