Nothing
r.is <-
function(x,p){
q.p <-rep(quantile(x,c(p)), length(x))
ind <- ifelse(x>q.p,1,0)
r.2 <-sum(x*ind)/sum(x)
return(r.2)
}
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.