plot_trend.Rd 501 B

1234567891011121314151617181920212223
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{plot_trend}
  4. \alias{plot_trend}
  5. \title{Plot the prophet trend.}
  6. \usage{
  7. plot_trend(df, uncertainty = TRUE, plot_cap = TRUE)
  8. }
  9. \arguments{
  10. \item{df}{Forecast dataframe for plotting.}
  11. \item{uncertainty}{Boolean to plot uncertainty intervals.}
  12. \item{plot_cap}{Boolean indicating if the capacity should be shown in the
  13. figure, if available.}
  14. }
  15. \value{
  16. A ggplot2 plot.
  17. }
  18. \description{
  19. Plot the prophet trend.
  20. }