Nothing
thresholdPlot <-
function(images, n, threshold){
slice<-load.image(images[[n]])
slice[which(slice<threshold)]<-0
plot(slice, rescale=FALSE)
return(slice)
}
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.