plot_seasonality {prophet} | R Documentation |
Plot a custom seasonal component.
plot_seasonality(m, name, uncertainty = TRUE)
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. |
A ggplot2 plot.