plot_weekly.Rd 428 B

123456789101112131415161718192021
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{plot_weekly}
  4. \alias{plot_weekly}
  5. \title{Plot the weekly component of the forecast.}
  6. \usage{
  7. plot_weekly(df, uncertainty = TRUE)
  8. }
  9. \arguments{
  10. \item{df}{Forecast dataframe for plotting.}
  11. \item{uncertainty}{Boolean to plot uncertainty intervals.}
  12. }
  13. \value{
  14. A ggplot2 plot.
  15. }
  16. \description{
  17. Plot the weekly component of the forecast.
  18. }