Plot function and extraction method for GEM-based PLS
# 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, ...)
A plot of the PLS model's cross-validated accuracy or the Shaving results if available.
GEMpls object
Not used
character label for Y axis.
character label for X axis.
character main header.
additional arguments for plot().
pls has examples of how to use this function.