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_seasonality_features}
|
|
|
|
|
\alias{make_seasonality_features}
|
|
|
|
|
\title{Data frame with seasonality features.}
|
|
|
|
|
\usage{
|
|
|
|
|
make_seasonality_features(dates, period, series.order, prefix)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{dates}{Vector of dates.}
|
|
|
|
|
|
|
|
|
|
\item{period}{Number of days of the period.}
|
|
|
|
|
|
|
|
|
|
\item{series.order}{Number of components.}
|
|
|
|
|
|
2017-03-23 15:27:44 +00:00
|
|
|
\item{prefix}{Column name prefix.}
|
2017-02-22 23:59:43 +00:00
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
Dataframe with seasonality.
|
|
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Data frame with seasonality features.
|
|
|
|
|
}
|
2017-07-29 05:03:27 +00:00
|
|
|
\keyword{internal}
|