Description Usage Arguments Value
Plot the weekly component of the forecast.
1 | plot_weekly(m, uncertainty = TRUE, weekly_start = 0, name = "weekly")
|
m |
Prophet model object |
uncertainty |
Optional boolean to plot uncertainty intervals, which will only be done if m$uncertainty.samples > 0. |
weekly_start |
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 |
Name of seasonality component if previously changed from default 'weekly'. |
A ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.