Nothing
"Average.Expansion" <-
function(m, m.rid) {
d <- stats::dist(m); # it computes the euclidean distance between all pairs of rows of m
d.rid <- stats::dist(m.rid);
s <- length(d);
average.expansion <- (1/s) * sum(d.rid/d);
average.expansion
}
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.