Nothing
dbeta4param <- function(x, alpha, beta, lo, hi) {
((x - lo)^ (alpha - 1) * (hi - x) ^ (beta - 1))/((hi - lo)^(alpha + beta - 1) * beta(alpha, beta))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.