plot.GEMpls {gemR}R Documentation

Plot function and extraction method for GEM-based PLS

Description

Plot function and extraction method for GEM-based PLS

Usage

## S3 method for class 'GEMpls'
plot(x, y, ylab = "error", xlab = "nvar", main = "Shaving", ...)

## S3 method for class 'GEMpls'
print(x, ...)

## S3 method for class 'GEMpls'
summary(object, ...)

scores(object, ...)

scoreplot(object, ...)

loadings(object, ...)

loadingplot(object, ...)

corrplot(object, ...)

R2(object, ...)

mvrValstats(object, ...)

explvar(object, ...)

Arguments

x, object

GEMpls object

y

Not used

ylab

character label for Y axis.

xlab

character label for X axis.

main

character main header.

...

additional arguments for plot().

Value

A plot of the PLS model's cross-validated accuracy or the Shaving results if available.

See Also

pls has examples of how to use this function.


[Package gemR version 1.2.1 Index]