set_changepoints.Rd 537 B

1234567891011121314151617181920212223
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{set_changepoints}
  4. \alias{set_changepoints}
  5. \title{Set changepoints}
  6. \usage{
  7. set_changepoints(m)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. }
  12. \value{
  13. m with changepoints set.
  14. }
  15. \description{
  16. Sets m$changepoints to the dates of changepoints. Either:
  17. 1) The changepoints were passed in explicitly.
  18. A) They are empty.
  19. B) They are not empty, and need validation.
  20. 2) We are generating a grid of them.
  21. 3) The user prefers no changepoints be used.
  22. }