Learn R Programming

ProbBayes (version 1.1)

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

Value

ggplot2 object containing the graphical display.

Examples

Run this code
# NOT RUN {
  shape_pars <- c(2, 5)
  beta_draw(shape_pars)
# }

Run the code above in your browser using DataLab