Nothing
dgp <-
function(x,shape=1,scale=1,log=FALSE)
{
fx <- 1/scale*(1-shape*x/scale)^((1-shape)/shape)
if(log) return(log(fx))
else return(fx)
}
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.