Nothing
# MAXONE fitness function 1
maxone1 = function(x, ...){
sum1=0
for(bits in x){
if(bits) sum1=sum1+1
}
return(sum1)
}
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.