eempf4analysis | R Documentation |
Please refer to eem_biological_index
, eem_coble_peaks
, eem_fluorescence_index
, eem_biological_index
and abs_parms
for details on the certain values
eempf4analysis(
pfmodel,
eem_list = NULL,
absorbance = NULL,
cuvl = NULL,
n = 4,
export = NULL,
cores = parallel::detectCores(logical = FALSE),
...
)
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 |
cores |
number of parallel calculations (e.g. number of physical cores in CPU) |
... |
additional parameters passed to |
data frame
data(eem_list)
data(pf_models)
results <- eempf4analysis(pfmodel = pf4[[1]],
eem_list = eem_list,
cuvl = 5, n = 4, cores = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.