eempf_export | R Documentation |
Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt
eempf_export(pfmodel, export = NULL, Fmax = TRUE, ...)
pfmodel |
PARAFAC model |
export |
file path to export table |
Fmax |
rescale modes so the A mode shows the maximum fluorescence |
... |
additional parameters passed to |
data frame
data(pf_models)
factor_table <- eempf_export(pf4[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.