eempf_comp_mat {staRdom} | R Documentation |
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
data(pf_models)
eempf_comp_mat(pf4[[1]])
[Package staRdom version 1.1.28 Index]