Adds credible intervals to a plot, either as ribbons or error bars.
plot_CrIs(plot, CrIs, alpha, linewidth, style = c("ribbon", "linerange"))A {ggplot2} plot.
A {ggplot2} plot
Numeric list of credible intervals present in the data. As
produced by extract_CrIs().
Numeric, overall alpha of the target line range.
Numeric, line width of the default line range.
Character string indicating the plot style. Options are "ribbon" (default) for shaded ribbon plots or "linerange" for error bars.