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)

ProbBayes documentation built on March 13, 2020, 1:31 a.m.