
Last chance! 50% off unlimited learning
Sale ends in
Plot the weekly component of the forecast.
plot_weekly(m, uncertainty = TRUE, weekly_start = 0, name = "weekly")
Prophet model object
Boolean to plot uncertainty intervals.
Integer specifying the start day of the weekly seasonality plot. 0 (default) starts the week on Sunday. 1 shifts by 1 day to Monday, and so on.
Name of seasonality component if previously changed from default 'weekly'.
A ggplot2 plot.