Description Usage Arguments Value
Plot the yearly component of the forecast.
1 | plot_yearly(m, uncertainty = TRUE, yearly_start = 0, name = "yearly")
|
m |
Prophet model object. |
uncertainty |
Optional boolean to plot uncertainty intervals, which will only be done if m$uncertainty.samples > 0. |
yearly_start |
Integer specifying the start day of the yearly seasonality plot. 0 (default) starts the year on Jan 1. 1 shifts by 1 day to Jan 2, and so on. |
name |
Name of seasonality component if previously changed from default 'yearly'. |
A ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.