Description Usage Arguments Examples
Function is used to plotting Root Mean Square Error of Prediction for PLS analysis.
1 2 3 | plotRmsepForPLS(PLSResult, resetToActualMfrow = TRUE,
thirdLineText = "",
selectionVector = colnames(PLSResult$coefficients), ...)
|
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. |
1 | OmicsON::plotRmsepForPLS(PLSResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.