beta_draw: Draw a Beta Curve

Description Usage Arguments Value Author(s) Examples

View source: R/beta_draw.R

Description

Draw a Beta Curve

Usage

1
  beta_draw(shape_pars)

Arguments

shape_pars

vector of shape parameters of the beta curve

Value

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

1
2
  shape_pars <- c(2, 5)
  beta_draw(shape_pars)

bayesball/ProbBayes documentation built on Nov. 30, 2020, 9:09 p.m.