hist_CI: Histogram with Confidence Interval

View source: R/hist_CI.R

hist_CIR Documentation

Histogram with Confidence Interval

Description

Plots a histogram with confidence interval.

Usage

hist_CI(
  .data,
  alpha = 0.1,
  main = "Histogram",
  xlab = "Data and (1-alpha)% Confidence Interval",
  breaks = 20
)

Arguments

.data

The data.

alpha

Alpha value. Defaults to 0.1.

main

Graph title.

xlab

Graph x label.

breaks

Histogram breaks. Defaults to 20.


dnepple/tprstats documentation built on April 5, 2025, 6:18 a.m.