mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-17 21:10:45 +00:00
20 lines
463 B
R
20 lines
463 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{seasonality_plot_df}
|
|
\alias{seasonality_plot_df}
|
|
\title{Prepare dataframe for plotting seasonal components.}
|
|
\usage{
|
|
seasonality_plot_df(m, ds)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet object.}
|
|
|
|
\item{ds}{Array of dates for column ds.}
|
|
}
|
|
\value{
|
|
A dataframe with seasonal components on ds.
|
|
}
|
|
\description{
|
|
Prepare dataframe for plotting seasonal components.
|
|
}
|
|
\keyword{internal}
|