enw_plot_pp_quantiles | R Documentation |
Plot posterior prediction quantiles
enw_plot_pp_quantiles(pp, log = FALSE, ...)
pp |
A |
log |
Logical, defaults to |
... |
Additional arguments passed to |
A ggplot2
plot.
Plotting functions
enw_plot_nowcast_quantiles()
,
enw_plot_obs()
,
enw_plot_quantiles()
,
enw_plot_theme()
,
plot.epinowcast()
nowcast <- enw_example("nowcast")
nowcast <- summary(
nowcast, type = "posterior_prediction", probs = c(0.05, 0.2, 0.8, 0.95)
)
enw_plot_pp_quantiles(nowcast) +
ggplot2::facet_wrap(ggplot2::vars(reference_date), scales = "free")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.