powered by
Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt
eempf_export(pfmodel, export = NULL, Fmax = TRUE, ...)
data frame
PARAFAC model
file path to export table
rescale modes so the A mode shows the maximum fluorescence
additional parameters passed to write.table
write.table
data(pf_models) factor_table <- eempf_export(pf4[[1]])
Run the code above in your browser using DataLab