hist_CI | R Documentation |
Plots a histogram with confidence interval.
hist_CI(
.data,
alpha = 0.1,
main = "Histogram",
xlab = "Data and (1-alpha)% Confidence Interval",
breaks = 20
)
.data |
The data. |
alpha |
Alpha value. Defaults to 0.1. |
main |
Graph title. |
xlab |
Graph x label. |
breaks |
Histogram breaks. Defaults to 20. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.