Nothing
siloF <-
function(oldSilo, Nbro, rank) {
lengOld <- length(oldSilo)
seqSilo <- seq(oldSilo[1], oldSilo[2], length = (Nbro + 1))
out <- c(seqSilo[rank], seqSilo[rank + 1])
return(out)
}
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.