Nothing
"kfuncCOP_Pd" <- function(z, d=2) {
f <- sapply(z, function(f) {
f + f*sum(sapply(1:(d-1), function(k) ((-log(f))^k) / factorial(k))) })
f[is.nan(f)] <- 0
return(f)
}
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.