Draw a Beta Curve

beta_draw(shape_pars)

Arguments

shape_pars

vector of shape parameters of the beta curve

...

add a title to the graph if desired

Value

Displays the beta curve

Examples

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