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 |
r |
The number of components to plot. By default all the components estimated by |
... |
Arguments to put in |
Value
An ggplot2 object.
See Also
Examples can be found in tempted_all
and tempted
.
[Package tempted version 0.1.1 Index]