Nothing
plgamma3 <-
function(q,shape=1,scale=1,thres=1,lower.tail=TRUE,log.p=FALSE)
{
Fx <- pgamma3(log(q),shape,1/scale,thres)
if(!lower.tail) Fx <- 1 - Fx
if(log.p) Fx <- log(Fx)
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.