plot.lspls {lspls} | R Documentation |
Plots of LS-PLS Models
Description
Plot method for "lspls"
objects.
Usage
## S3 method for class 'lspls'
plot(x, plottype = c("scores", "loadings"), ...)
## S3 method for class 'lspls'
scoreplot(object, ...)
## S3 method for class 'lspls'
loadingplot(object, ...)
Arguments
x , object |
Object of class |
plottype |
character string. What type of plot to generate. |
... |
Further arguments, passed on to underlying plot functions. |
Details
The plot
method simply calls scoreplot.lspls
or
loadingplot.lspls
depending on the plottype
argument.
scoreplot.lspls
gives a series of score plots, one for each PLS
model. The user is asked to press Return between each plot.
loadingplot.lspls
shows a series of loading plots, one for each
PLS model. All plots are shown in the same plot window.
Value
The functions return whatever the (last) underlying plot function returns.
Author(s)
Bjørn-Helge Mevik
See Also
lspls
, scoreplot
,
loadingplot
, plot.lsplsCv
Examples
##FIXME
[Package lspls version 0.2-2 Index]