mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-20 21:40:59 +00:00
18 lines
334 B
R
18 lines
334 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{set_changepoints}
|
|
\alias{set_changepoints}
|
|
\title{Set changepoints}
|
|
\usage{
|
|
set_changepoints(m)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet object.}
|
|
}
|
|
\value{
|
|
m with changepoints set.
|
|
}
|
|
\description{
|
|
Sets m$changepoints to the dates of changepoints.
|
|
}
|
|
|