beta_draw function

Draw a Beta Curve

Draw a Beta Curve

beta_draw(shape_pars)

Arguments

  • shape_pars: vector of shape parameters of the beta curve

Returns

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

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