Learn R Programming

gemR (version 1.2.1)

plot.GEMpls: Plot function and extraction method for GEM-based PLS

Description

Plot function and extraction method for GEM-based PLS

Usage

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

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

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

scores(object, ...)

scoreplot(object, ...)

loadings(object, ...)

loadingplot(object, ...)

corrplot(object, ...)

R2(object, ...)

mvrValstats(object, ...)

explvar(object, ...)

Value

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

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().

See Also

pls has examples of how to use this function.