plot_trend.Rd 387 B

123456789101112131415161718192021
  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)
  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 prophet trend.
  18. }