prophet/R/man/predict_seasonal_components.Rd

20 lines
446 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_seasonal_components}
\alias{predict_seasonal_components}
\title{Predict seasonality broken down into components.}
2017-02-22 23:59:43 +00:00
\usage{
predict_seasonal_components(m, df)
}
\arguments{
\item{m}{Prophet object.}
\item{df}{Prediction dataframe.}
}
\value{
Dataframe with seasonal components.
2017-02-22 23:59:43 +00:00
}
\description{
Predict seasonality broken down into components.
2017-02-22 23:59:43 +00:00
}