Plot EpiNow2 Credible Intervals
Adds lineranges for user specified credible intervals
plot_CrIs(plot, CrIs, alpha, linewidth)
plot
: A {ggplot2}
plotCrIs
: Numeric list of credible intervals present in the data. As produced by extract_CrIs()
.alpha
: Numeric, overall alpha of the target line rangelinewidth
: Numeric, line width of the default line range.A {ggplot2}
plot.
Useful links