filter.durometer = function( x, durometer ) {
i = which( is.finite(x) & (x>= durometer[1]) & (x < durometer[2] ) )
return(i)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.