Nothing
pJ2 <- function(gl.ini, p){
a <-p
dJ3 <- function(gl.ini){dJ2(gl.ini,a)}
J1I <- integrate(dJ3,0,gl.ini)$value/integrate(dJ3,0,Inf)$value
return(J1I)
}
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.