Description Usage Arguments Value Examples
Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt
1 | eempf_export(pfmodel, export = NULL, ...)
|
pfmodel |
PARAFAC model |
export |
file path to export table |
... |
additional parameters passed to |
data frame
1 2 3 | 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.