staRdom (version 1.0.8)

eempf_comp_mat: Extract EEM matrix for single components determined in the PARAFAC analysis

Description

The components of a PARAFAC analysis are extracted as a data frame

Usage

eempf_comp_mat(pfmodel, gather = TRUE)

Arguments

pfmodel

object of class parafac

gather

logical value whether excitation wavelengths are a column, otherwise excitation wavelengths are column names

Value

a list of class data frames

Examples

Run this code
# NOT RUN {
data(pfres_comps1)

eempf_comp_mat(pfres_comps[[3]])
# }

Run the code above in your browser using DataCamp Workspace