staRdom (version 1.0.3)

eempf_plot_comps: Plot all components of PARAFAC models

Description

The components can be plottet in two ways: either as a colour map or as two lines (emission, excitation wavelengths) intersecting at the component maximum.

Usage

eempf_plot_comps(pfres, type = 1)

Arguments

pfres

list of PARAFAC models

type

1 for a colour map and 2 for peak lines

Value

object of class ggplot

Examples

Run this code
# NOT RUN {
data(pfres_comps1)

eempf_plot_comps(pfres_comps)
eempf_plot_comps(pfres_comps,type=2)
# }

Run the code above in your browser using DataCamp Workspace