plot_seasonality: Plot a custom seasonal component.

View source: R/plot.R

plot_seasonalityR Documentation

Plot a custom seasonal component.

Description

Plot a custom seasonal component.

Usage

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 Jan. 22, 2026, 9:06 a.m.