Nothing
`safeLog` <-
function(x) {
G.THRESH.LOG <- 1e-200; ## threshold used to avoid numerical problem
x[x < G.THRESH.LOG] <- G.THRESH.LOG;
x[x > 1./G.THRESH.LOG] <- 1./G.THRESH.LOG;
log(x);
}
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.