initializeNMFModel: Initialize NMF model with initial spectral data

View source: R/spectralNMF.R

initializeNMFModelR Documentation

Initialize NMF model with initial spectral data

Description

Initialize NMF model with initial spectral data

Usage

initializeNMFModel(initSpectralData, spectra, spectralAxis = NULL)

Arguments

initSpectralData

this can be a list of spectralData objects, containing the pure component spectra. It can also be either of the NMF factor matrices with initial values

spectra

spectral matrix, with wavelengths as its rows and time points as its columns

spectralAxis

vector of wavelength/spectralAxis values

Value

an object that inherents from the class NMF


spectralAnalysis documentation built on Jan. 11, 2023, 5:15 p.m.