plot_time_loading {tempted} | R Documentation |
This function uses ggplot2::geom_line()
in ggplot2 to plot the temporal loading functions from tempted
.
plot_time_loading(res, r = NULL, ...)
res |
Output of function |
r |
The number of components to plot. By default all the components estimated by |
... |
Arguments to put in |
An ggplot2 object.
Examples can be found in tempted_all
and tempted
.