predict.mcrals: MCR ALS predictions

View source: R/mcrals.R

predict.mcralsR 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 mcr).

x

spectral values (matrix or data frame).

...

other arguments.

Value

Matrix with contributions


mdatools documentation built on Sept. 11, 2024, 7:59 p.m.