Learn R Programming

prophet (version 0.4)

plot_seasonality: 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

Boolean to plot uncertainty intervals.

Value

A ggplot2 plot.