prophet/R/man/fit.prophet.Rd

18 lines
291 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{fit.prophet}
\alias{fit.prophet}
\title{Fit the prophet model.}
\usage{
fit.prophet(m, df)
}
\arguments{
\item{m}{Prophet object.}
\item{df}{Data frame.}
}
\description{
Fit the prophet model.
}