Nothing
"SimGLP" <-
function(psi,a){
r<-convolve(a, rev(psi),type="o")
Q<-length(psi)-1
r[-(1:Q)][1:(length(a)-Q)]
}
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.