Nothing
# Mu & Lambda replacement function
grmuvlambda = function(parpop, offpop, ...){
n = nrow(parpop)
offpop = offpop[order(offpop[, "fitval"], decreasing=TRUE),]
offpop = offpop[1:n,]
return(offpop)
}
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.