## Exported functions:
export(
       MSEP,
       R2,
       RMSEP,
       Yloadings,
       Yscores,
       coefplot,
       compnames,
       corrplot,
       cppls,
       crossval,
       cvsegments,
       explvar,
       jack.test,
       kernelpls.fit,
       loading.weights,
       loadingplot,
       loadings,
       msc,
       mvr,
       mvrValstats,            # because called with eval(cl, parent.frame())
       oscorespls.fit,
       pcr,
       pls.options,
       plsr,
       prednames,
       predplot,
       respnames,
       scoreplot,
       scores,
       simpls.fit,
       stdize,                          # Because model.frame uses eval()
       svdpc.fit,
       validationplot,
       var.jack,
       widekernelpls.fit
       )

## Imports:
importFrom("grDevices", "dev.interactive")
importFrom("graphics", "abline", "arrows", "axTicks", "axis", "matplot",
           "mtext", "pairs", "par", "plot", "points", "segments", "text",
           "title")
importFrom("methods", "hasArg")
importFrom("stats", ".checkMFClasses", "coef", "cor", "delete.response",
           "drop.terms", "fitted", "formula", "makepredictcall", "median",
           "model.frame", "model.matrix", "model.response", "na.omit",
           "na.pass", "napredict", "optimize", "predict", "printCoefmat",
           "pt", "residuals", "terms", "update", "var")

## S3 Methods:
S3method(MSEP, mvr)
S3method(R2, mvr)
S3method(RMSEP, mvr)
S3method(biplot, mvr)
S3method(coef, mvr)
S3method(fitted, mvr)
S3method(loadingplot, default)
S3method(loadings, default)
S3method(makepredictcall, msc)
S3method(makepredictcall, stdized)
S3method(model.frame, mvr)
S3method(model.matrix, mvr)
S3method(plot, loadings)
S3method(plot, mvr)
S3method(plot, mvrVal)
S3method(plot, scores)
S3method(predict, msc)
S3method(predict, mvr)
S3method(predict, stdized)
S3method(predplot, default)
S3method(predplot, mvr)
S3method(print, jacktest)
S3method(print, mvr)
S3method(print, mvrVal)
S3method(residuals, mvr)
S3method(scoreplot, default)
S3method(scores, default)
S3method(summary, mvr)


## Documented, but not exported:
## -------
## delete.intercept
## mvrCv
## naExcludeMvr
## predplotXy
