beta_draw {ProbBayes}R Documentation

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.

Author(s)

Jim Albert

Examples

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

[Package ProbBayes version 1.1 Index]