beta_draw.Rd
Draw a Beta Curve
beta_draw(shape_pars)
vector of shape parameters of the beta curve
add a title to the graph if desired
Displays the beta curve
parameters <- c(2, 5) beta_draw(parameters)