enw_plot_quantiles | R Documentation |
Generic quantile plot
enw_plot_quantiles(posterior, latest_obs = NULL, log = FALSE, ...)
posterior |
A |
latest_obs |
A |
log |
Logical, defaults to |
... |
Additional arguments passed to |
A ggplot2
plot.
enw_plot_nowcast_quantiles()
, enw_plot_pp_quantiles()
Plotting functions
enw_plot_nowcast_quantiles()
,
enw_plot_obs()
,
enw_plot_pp_quantiles()
,
enw_plot_theme()
,
plot.epinowcast()
nowcast <- enw_example("nowcast")
nowcast <- summary(nowcast, probs = c(0.05, 0.2, 0.8, 0.95))
enw_plot_quantiles(nowcast, x = reference_date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.