add_CI_plot {ssd4mosaic} | R Documentation |
Add confidence interval(s) to an existing fitted distribution ggplot
add_CI_plot(base_plot, bts, logscale, CI.level = 0.95)
base_plot |
A ggplot object that depicts the fit(s) of the bootstrap(s). |
bts |
A list of |
logscale |
if |
CI.level |
A strictly positive numeric smaller than 1. The level of the confidence interval(s). |
A ggplot object.