beta_plot: Plot a beta distribution

View source: R/distribution_plots.R

beta_plotR Documentation

Plot a beta distribution

Description

Plot a beta distribution

Usage

beta_plot(
  shape1,
  shape2,
  cv = 0.5,
  tails = TRUE,
  limits = c(0, 1),
  color = "steelblue"
)

Arguments

shape1

non-negative parameters of the Beta distribution.

shape2

non-negative parameters of the Beta distribution.

cv

the critical value(s) to shade.

tails

whether there are one or two sided tails.

limits

the limits of the plot.

color

the color to fill in the area.


jbryer/VisualStats documentation built on Feb. 27, 2025, 6:19 p.m.