mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-26 22:35:48 +00:00
24 lines
537 B
R
24 lines
537 B
R
% 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.}
|
|
|
|
\item{prefix}{Column name prefix}
|
|
}
|
|
\value{
|
|
Dataframe with seasonality.
|
|
}
|
|
\description{
|
|
Data frame with seasonality features.
|
|
}
|
|
|