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