predict.mcrpure {mdatools}R Documentation

MCR predictions

Description

Applies MCR model to a new set of spectra and returns matrix with contributions.

Usage

## S3 method for class 'mcrpure'
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


[Package mdatools version 0.14.1 Index]