Nothing
stilsqFn <- function(s2j,wtm) {
# wtm is an a x b matrix of weights
m <- do.call(cbind,s2j) # m is (rsteps+1) x b.
x <- apply(wtm,2,sum)
wtm <- t(wtm)/apply(wtm,2,sum)
m%*%wtm
}
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.