Nothing
#returns vector from lo to hi with multiplication steps of incr. Used for making ticks to a log-scaled axis
seqLog <- function(from, to, base=10){base^(log(from,base):log(to,base))}
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.