mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
23 lines
502 B
R
23 lines
502 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{plot_trend}
|
|
\alias{plot_trend}
|
|
\title{Plot the prophet trend.}
|
|
\usage{
|
|
plot_trend(df, uncertainty = TRUE, plot_cap = TRUE)
|
|
}
|
|
\arguments{
|
|
\item{df}{Forecast dataframe for plotting.}
|
|
|
|
\item{uncertainty}{Boolean to plot uncertainty intervals.}
|
|
|
|
\item{plot_cap}{Boolean indicating if the capacity should be shown in the
|
|
figure, if available.}
|
|
}
|
|
\value{
|
|
A ggplot2 plot.
|
|
}
|
|
\description{
|
|
Plot the prophet trend.
|
|
}
|
|
|