plot_seasonality: Plot a custom seasonal component.

Description Usage Arguments Value

View source: R/plot.R

Description

Plot a custom seasonal component.

Usage

1
plot_seasonality(m, name, uncertainty = TRUE)

Arguments

m

Prophet model object.

name

String name of the seasonality.

uncertainty

Optional boolean to plot uncertainty intervals, which will only be done if m$uncertainty.samples > 0.

Value

A ggplot2 plot.


prophet documentation built on March 30, 2021, 5:05 p.m.