set_changepoints.Rd 334 B

12345678910111213141516171819
  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.
  17. }