plotVariance.pls | R Documentation |
Shows plot with variance values vs. number of components.
## S3 method for class 'pls'
plotVariance(
obj,
decomp = "xdecomp",
variance = "expvar",
type = "b",
labels = "values",
res = obj$res,
ylab = "Explained variance, %",
...
)
obj |
a PLS model (object of class |
decomp |
which decomposition to use ("xdecomp" for x or "ydecomp" for y) |
variance |
which variance to use ("expvar", "cumexpvar") |
type |
type of the plot("b", "l" or "h") |
labels |
what to show as labels for plot objects. |
res |
list with result objects to show the plot for (by defaul, model results are used) |
ylab |
label for y-axis |
... |
other plot parameters (see |
See examples in help for pls
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.