predict_trend.Rd 414 B

123456789101112131415161718192021
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{predict_trend}
  4. \alias{predict_trend}
  5. \title{Predict trend using the prophet model.}
  6. \usage{
  7. predict_trend(model, df)
  8. }
  9. \arguments{
  10. \item{model}{Prophet object.}
  11. \item{df}{Prediction dataframe.}
  12. }
  13. \value{
  14. Vector with trend on prediction dates.
  15. }
  16. \description{
  17. Predict trend using the prophet model.
  18. }
  19. \keyword{internal}