enw_plot_nowcast_quantiles | R Documentation |
Plot nowcast quantiles
enw_plot_nowcast_quantiles(nowcast, latest_obs = NULL, log = FALSE, ...)
nowcast |
A |
latest_obs |
A |
log |
Logical, defaults to |
... |
Additional arguments passed to |
A ggplot2
plot.
Plotting functions
enw_plot_obs()
,
enw_plot_pp_quantiles()
,
enw_plot_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_nowcast_quantiles(nowcast)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.