staRdom (version 1.1.28)

eempf_compare: Plot a set of PARAFAC models to compare the single components

Description

Three plots are returned:

  1. plot of numer of components vs. model fit

  2. plot of different components as colour maps

  3. plot of different components as peak lines

The plots are intended to help with a suitable number of components.

Usage

eempf_compare(pfres, ...)

Value

3 objects of class ggplot

Arguments

pfres

list of several objects of class parafac

...

arguments passed on to eempf_fits and eempf_plot_comps

See Also

eempf_fits, eempf_plot_comps

Examples

Run this code
# \donttest{
data(pf_models)

eempf_compare(pf4)
# }

Run the code above in your browser using DataLab