eempf_export {staRdom} | R Documentation |
Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt
Description
Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt
Usage
eempf_export(pfmodel, export = NULL, Fmax = TRUE, ...)
Arguments
pfmodel |
PARAFAC model |
export |
file path to export table |
Fmax |
rescale modes so the A mode shows the maximum fluorescence |
... |
additional parameters passed to |
Value
data frame
Examples
data(pf_models)
factor_table <- eempf_export(pf4[[1]])
[Package staRdom version 1.1.28 Index]