Nothing
getSpanningSet <-
function(snm.obj) {
m <- rowMeans(snm.obj$M[snm.obj$nulls,])
steps <- seq(quantile(snm.obj$M[snm.obj$nulls,],0.001),
quantile(snm.obj$M[snm.obj$nulls,],0.999), length.out=snm.obj$nbins)
th <- sapply(m, function(x) {
sum(x <= steps)
})
bins <- split(snm.obj$nulls, th)
bins
}
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.