eempf_export: Create one table containing the PARAFAC models factors and...

eempf_exportR 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 write.table

Value

data frame

Examples

data(pf_models)

factor_table <- eempf_export(pf4[[1]])

MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.