mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-17 21:10:45 +00:00
22 lines
482 B
R
22 lines
482 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{plot_seasonality}
|
|
\alias{plot_seasonality}
|
|
\title{Plot a custom seasonal component.}
|
|
\usage{
|
|
plot_seasonality(m, name, uncertainty = TRUE)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet model object.}
|
|
|
|
\item{name}{String name of the seasonality.}
|
|
|
|
\item{uncertainty}{Boolean to plot uncertainty intervals.}
|
|
}
|
|
\value{
|
|
A ggplot2 plot.
|
|
}
|
|
\description{
|
|
Plot a custom seasonal component.
|
|
}
|
|
\keyword{internal}
|