Learn R Programming

tempted (version 0.1.1)

plot_time_loading: Plot the temporal loading functions

Description

This function uses ggplot2::geom_line() in ggplot2 to plot the temporal loading functions from tempted.

Usage

plot_time_loading(res, r = NULL, ...)

Value

An ggplot2 object.

Arguments

res

Output of function tempted.

r

The number of components to plot. By default all the components estimated by tempted will be plotted.

...

Arguments to put in ggplot2::geom_line(aes(...)).

See Also

Examples can be found in tempted_all and tempted.