2017-02-22 23:59:43 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/prophet.R
|
|
|
|
|
\name{make_all_seasonality_features}
|
|
|
|
|
\alias{make_all_seasonality_features}
|
2017-03-23 15:27:44 +00:00
|
|
|
\title{Dataframe with seasonality features.}
|
2017-02-22 23:59:43 +00:00
|
|
|
\usage{
|
|
|
|
|
make_all_seasonality_features(m, df)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{m}{Prophet object.}
|
|
|
|
|
|
|
|
|
|
\item{df}{Dataframe with dates for computing seasonality features.}
|
|
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
Dataframe with seasonality.
|
|
|
|
|
}
|
|
|
|
|
\description{
|
2017-03-23 15:27:44 +00:00
|
|
|
Dataframe with seasonality features.
|
2017-02-22 23:59:43 +00:00
|
|
|
}
|
2017-07-29 05:03:27 +00:00
|
|
|
\keyword{internal}
|