prophet/R/man/plot_weekly.Rd

20 lines
414 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{plot_weekly}
\alias{plot_weekly}
\title{Plot the weekly component of the forecast.}
\usage{
plot_weekly(m, uncertainty = TRUE)
}
\arguments{
\item{m}{Prophet model object}
\item{uncertainty}{Boolean to plot uncertainty intervals.}
}
\value{
A ggplot2 plot.
}
\description{
Plot the weekly component of the forecast.
}