plotRmsepForPLS: Plot RMSEP for PLS analysis results.

Description Usage Arguments Examples

Description

Function is used to plotting Root Mean Square Error of Prediction for PLS analysis.

Usage

1
2
3
plotRmsepForPLS(PLSResult, resetToActualMfrow = TRUE,
  thirdLineText = "",
  selectionVector = colnames(PLSResult$coefficients), ...)

Arguments

PLSResult

Results from PLS analysis performed by OmicsON::makePartialLeastSquaresRegression function.

resetToActualMfrow

This plot is multiplot, use this flag to get back to your default plotting in R.

thirdLineText

Extra text on plot.

selectionVector

A vector with names of variables to plot.

...

Arguments passed to plot function.

Examples

1
OmicsON::plotRmsepForPLS(PLSResults)

cmujzbit/OmicsON documentation built on May 12, 2020, 8:06 p.m.