plotBeta {bayesAB} | R Documentation |
Plot the PDF of the Beta distribution.
plotBeta(alpha, beta)
alpha |
|
beta |
|
The PDF of Beta(\alpha
, \beta
).
The output can be treated like any ggplot2
object and modified accordingly.
plotBeta(1, 1)
plotBeta(2, 5)
## Not run: plotBeta(2, 5) + ggtitle('I hate the default title!')