prophet/R/man/predict_trend.Rd

21 lines
414 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{predict_trend}
\alias{predict_trend}
\title{Predict trend using the prophet model.}
\usage{
predict_trend(model, df)
}
\arguments{
\item{model}{Prophet object.}
\item{df}{Prediction dataframe.}
}
\value{
Vector with trend on prediction dates.
2017-02-22 23:59:43 +00:00
}
\description{
Predict trend using the prophet model.
}
\keyword{internal}