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.


chris-prener/falseProphet documentation built on April 15, 2022, 12:04 a.m.