plot_seasonality {prophet} | R 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.
[Package prophet version 1.0 Index]