mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
20 lines
428 B
R
20 lines
428 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{plot_yearly}
|
|
\alias{plot_yearly}
|
|
\title{Plot the yearly component of the forecast.}
|
|
\usage{
|
|
plot_yearly(df, uncertainty = TRUE)
|
|
}
|
|
\arguments{
|
|
\item{df}{Forecast dataframe for plotting.}
|
|
|
|
\item{uncertainty}{Boolean to plot uncertainty intervals.}
|
|
}
|
|
\value{
|
|
A ggplot2 plot.
|
|
}
|
|
\description{
|
|
Plot the yearly component of the forecast.
|
|
}
|
|
|