plot_weekly.Rd 613 B

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