powered by
Plot the PDF of the Beta distribution.
plotBeta(alpha, beta)
\(\alpha\) parameter of the Beta distribution.
\(\beta\) parameter of the Beta distribution.
The PDF of Beta(\(\alpha\), \(\beta\)).
# NOT RUN { plotBeta(1, 1) plotBeta(2, 5) # } # NOT RUN { plotBeta(2, 5) + ggtitle('I hate the default title!') # }
Run the code above in your browser using DataLab