2017-03-08 15:38:56 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2017-12-22 21:36:46 +00:00
|
|
|
% Please edit documentation in R/plot.R
|
2017-03-08 15:38:56 +00:00
|
|
|
\name{plot_weekly}
|
|
|
|
|
\alias{plot_weekly}
|
|
|
|
|
\title{Plot the weekly component of the forecast.}
|
|
|
|
|
\usage{
|
2017-04-13 08:51:17 +00:00
|
|
|
plot_weekly(m, uncertainty = TRUE, weekly_start = 0)
|
2017-03-08 15:38:56 +00:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2017-04-11 01:20:06 +00:00
|
|
|
\item{m}{Prophet model object}
|
2017-03-08 15:38:56 +00:00
|
|
|
|
|
|
|
|
\item{uncertainty}{Boolean to plot uncertainty intervals.}
|
2017-04-13 08:51:17 +00:00
|
|
|
|
|
|
|
|
\item{weekly_start}{Integer specifying the start day of the weekly
|
|
|
|
|
seasonality plot. 0 (default) starts the week on Sunday. 1 shifts by 1 day
|
|
|
|
|
to Monday, and so on.}
|
2017-03-08 15:38:56 +00:00
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
A ggplot2 plot.
|
|
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Plot the weekly component of the forecast.
|
|
|
|
|
}
|
2017-07-29 05:03:27 +00:00
|
|
|
\keyword{internal}
|