rectIntersectList <- function(r1, rl) { apply (rl, 1, function(r2) {which((rectIntersect(r1,r2)))}) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.