plot_forecast_component: Plot a particular component of the forecast.
Description
Plot a particular component of the forecast.
Usage
plot_forecast_component(fcst, name, uncertainty = TRUE, plot_cap = FALSE)
Arguments
fcst
Dataframe output of `predict`.
name
String name of the component to plot (column of fcst).
uncertainty
Boolean to plot uncertainty intervals.
plot_cap
Boolean indicating if the capacity should be shown in the
figure, if available.