Learn R Programming

TeachBayes (version 0.1.0)

beta_draw: Draw a Beta Curve

Description

Draw a Beta Curve

Usage

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

Run this code
  parameters <- c(2, 5)
  beta_draw(parameters)

Run the code above in your browser using DataLab