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,
  tail = TRUE,
  limits = c(0, 1),
  color = "steelblue"
)

jbryer/DATA606 documentation built on Nov. 21, 2024, 8:02 p.m.