staRdom (version 1.0.3)

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(cp_out)

Arguments

cp_out

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