staRdom (version 1.0.8)

maxlines: Extract data from emission and excitation wavelengths of the components of a PARAFAC model

Description

Data of 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

Run this code
# NOT RUN {
data(pfres_comps1)

ml <- maxlines(pfres_comps[[1]])
# }

Run the code above in your browser using DataCamp Workspace