mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Documentation update for #11
This commit is contained in:
parent
3548546b65
commit
864d06ecee
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ prophet_plot_components(m, fcst, uncertainty = TRUE)
|
|||
\item{uncertainty}{Boolean indicating if the uncertainty interval should be
|
||||
plotted for the trend, from fcst columns trend_lower and trend_upper.}
|
||||
}
|
||||
\value{
|
||||
Invisibly return a list containing the plotted ggplot objects
|
||||
}
|
||||
\description{
|
||||
Plot the components of a prophet forecast.
|
||||
Prints a ggplot2 with panels for trend, weekly and yearly seasonalities if
|
||||
|
|
|
|||
Loading…
Reference in a new issue