plotBeta: Plot the PDF of the Beta distribution.

Description Usage Arguments Value Note Examples

Description

Plot the PDF of the Beta distribution.

Usage

1
plotBeta(alpha, beta)

Arguments

alpha

α parameter of the Beta distribution.

beta

β parameter of the Beta distribution.

Value

The PDF of Beta(α, β).

Note

The output can be treated like any ggplot2 object and modified accordingly.

Examples

1
2
3
plotBeta(1, 1)
plotBeta(2, 5)
## Not run: plotBeta(2, 5) + ggtitle('I hate the default title!')

FrankPortman/bayesAB documentation built on June 25, 2021, 6:49 p.m.