Learn R Programming

mdatools (version 0.14.2)

plotYCumVariance.plsres: Explained cumulative Y variance plot for PLS results

Description

Shows plot with cumulative explained Y variance vs. number of components.

Usage

# S3 method for plsres
plotYCumVariance(obj, main = "Cumulative variance (Y)", ...)

Arguments

obj

PLS results (object of class plsres)

main

main plot title

...

other plot parameters (see mdaplot for details)

Details

See examples in help for plsres function.