predict.mcrals {mdatools} | R Documentation |
MCR ALS predictions
Description
Applies MCR-ALS model to a new set of spectra and returns matrix with contributions.
Usage
## S3 method for class 'mcrals'
predict(object, x, ...)
Arguments
object |
an MCR model (object of class |
x |
spectral values (matrix or data frame). |
... |
other arguments. |
Value
Matrix with contributions
[Package mdatools version 0.14.1 Index]