Nothing
buscar <-
function (x, lambda, lambdacum)
{
posNHi <- sum(lambdacum <= x)
if (posNHi>0) posNH<-(posNHi+(x-lambdacum[posNHi])/lambda[posNHi+1])
else posNH<-x/lambda[posNHi+1]
return(posNH)
}
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.