plotXVariance.pls {mdatools} | R Documentation |
Explained X variance plot for PLS
Description
Shows plot with explained X variance vs. number of components.
Usage
## S3 method for class 'pls'
plotXVariance(obj, type = "b", main = "Variance (X)", ...)
Arguments
obj |
a PLS model (object of class |
type |
type of the plot("b", "l" or "h") |
main |
title for the plot |
... |
other plot parameters (see |
Details
See examples in help for pls
function.
[Package mdatools version 0.14.1 Index]