Nothing
"plot_hist.similarity" <-
function(sim, nbins=25) {
num.samples <- length(sim);
minimum <- min(sim);
if (minimum> 0.5)
minimum <- 0.5;
graphics::hist(sim, breaks=seq(minimum,1,length=nbins), ylim=c(0,num.samples), main="", xlab="Similarity");
}
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.