Nothing
comp.uri <-
function(tv, x){
n <- length(x)
qt <- quantile(x, prob=1-tv[1]) # tv[1] is t
sum(x[1:ceiling(n*tv[2])] >= qt)/n
}
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.