plot_time_loading: Plot the temporal loading functions

View source: R/TEMPTED.R

plot_time_loadingR Documentation

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, ...)

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(...)).

Value

An ggplot2 object.

See Also

Examples can be found in tempted_all and tempted.


tempted documentation built on May 29, 2024, 7:37 a.m.