Learn R Programming

staRdom (version 1.1.28)

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)

Value

a list of class data frames

Arguments

pfmodel

object of class parafac

gather

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

Examples

Run this code
data(pf_models)

eempf_comp_mat(pf4[[1]])

Run the code above in your browser using DataLab