| 1234567891011121314151617181920212223 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/prophet.R
- \name{plot_holidays}
- \alias{plot_holidays}
- \title{Plot the holidays component of the forecast.}
- \usage{
- plot_holidays(m, df, uncertainty = TRUE)
- }
- \arguments{
- \item{m}{Prophet model}
- \item{df}{Forecast dataframe for plotting.}
- \item{uncertainty}{Boolean to plot uncertainty intervals.}
- }
- \value{
- A ggplot2 plot.
- }
- \description{
- Plot the holidays component of the forecast.
- }
- \keyword{internal}
|