Nothing
dgamma3 <-
function(x,shape=1,scale=1,thres=0,log=FALSE)
{
fx <- dgamma(x-thres,shape,1/scale)
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.