Nothing
dllog <-
function(x,shape=1,scale=1,log=FALSE)
{
fx <- dlogis(log(x),location=scale,scale=shape,log=FALSE)/x
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.