Rdocumentation
powered by
Learn R Programming
mdatools (version 0.5.3)
plotRMSE.plsres: RMSE plot for PLS results
Description
Shows plot with root mean squared error values vs. number of components for PLS results.
Usage
## S3 method for class 'plsres': plotRMSE(obj, xlab = "Components", ...)
Arguments
obj
PLS results (object of class
plsres
)
xlab
label for x axis
...
other plot parameters (see
mdaplotg
for details)
Details
See examples in help for
plsres
function.