pzabovex=function(z, th=2, n=NULL){ if(is.null(n)) n=length(z) return(length(z[z > th]) / n * 100) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.