plot_time_loading {tempted}R 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.


[Package tempted version 0.1.1 Index]