maxlines {staRdom} | R Documentation |
Extract data from emission and excitation wavelengths of the components of a PARAFAC model (scaled B- and C-modes)
Description
Data for each wavelengths is returned. For each component the lines intersecting at the component maxima are returned.
Usage
maxlines(pfmodel)
Arguments
pfmodel |
object of class parafac |
Value
data frame
Examples
data(pf_models)
ml <- maxlines(pf4[[1]])
[Package staRdom version 1.1.28 Index]