mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
19 lines
455 B
R
19 lines
455 B
R
% 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}
|
|
\title{Dataframe with seasonality features.}
|
|
\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{
|
|
Dataframe with seasonality features.
|
|
}
|