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).
Optional boolean to plot uncertainty intervals, which will only be done if m$uncertainty.samples > 0.
Boolean indicating if the capacity should be shown in the figure, if available.
A ggplot2 plot.