plot_yearly.Rd 615 B

12345678910111213141516171819202122232425
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{plot_yearly}
  4. \alias{plot_yearly}
  5. \title{Plot the yearly component of the forecast.}
  6. \usage{
  7. plot_yearly(m, uncertainty = TRUE, yearly_start = 0)
  8. }
  9. \arguments{
  10. \item{m}{Prophet model object.}
  11. \item{uncertainty}{Boolean to plot uncertainty intervals.}
  12. \item{yearly_start}{Integer specifying the start day of the yearly
  13. seasonality plot. 0 (default) starts the year on Jan 1. 1 shifts by 1 day
  14. to Jan 2, and so on.}
  15. }
  16. \value{
  17. A ggplot2 plot.
  18. }
  19. \description{
  20. Plot the yearly component of the forecast.
  21. }
  22. \keyword{internal}