Nothing
"Average.Contraction" <-
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.contraction <- (1/s) * sum(d/d.rid);
average.contraction
}
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.