staRdom (version 1.0.8)

eempf4analysis: Create table of PARAFAC components and (optionally) EEM peaks and indices as well as absorbance slope parameters.

Description

Please refer to eem_biological_index, eem_coble_peaks, eem_fluorescence_index, eem_biological_index and abs_parms for details on the certain values

Usage

eempf4analysis(pfmodel, eem_list = NULL, absorbance = NULL, cuvl = NULL,
  n = 4, export = NULL, ...)

Arguments

pfmodel

PARAFAC model where loadings of the components are extracted

eem_list

optional eemlist used for peak and indices calculation

absorbance

optional absorbance table used for absorbance slope parameter calculation

cuvl

optional cuvette length of absorbance data in cm

n

optional size of moving window in nm for data smoothing in advance of peak picking

export

optional file path of csv or txt table where data is exported

...

additional parameters passed to write.table

Value

data frame

Examples

Run this code
# NOT RUN {
data(eem_list)
data(pfres_comps2)
data(abs_data)

results <- eempf4analysis(pfmodel = pfres_comps2[[2]],
                          eem_list = eem_list, absorbance = abs_data,
                          cuvl = 5, n = 4)
                          
# }

Run the code above in your browser using DataCamp Workspace