plotYVariance.pls: Explained Y variance plot for PLS

View source: R/pls.R

plotYVariance.plsR Documentation

Explained Y variance plot for PLS

Description

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

Usage

## S3 method for class 'pls'
plotYVariance(obj, type = "b", main = "Variance (Y)", ...)

Arguments

obj

a PLS model (object of class pls)

type

type of the plot("b", "l" or "h")

main

title for the plot

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for pls function.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.