eempf_compare {staRdom} | R Documentation |
Plot a set of PARAFAC models to compare the single components
Description
Three plots are returned:
plot of numer of components vs. model fit
plot of different components as colour maps
plot of different components as peak lines
The plots are intended to help with a suitable number of components.
Usage
eempf_compare(pfres, ...)
Arguments
pfres |
list of several objects of class parafac |
... |
arguments passed on to |
Value
3 objects of class ggplot
See Also
Examples
data(pf_models)
eempf_compare(pf4)
[Package staRdom version 1.1.28 Index]