R/rectIntersectList.R

rectIntersectList <-
function(r1, rl) {
    apply (rl, 1, function(r2) {which((rectIntersect(r1,r2)))})
}
sneumann/MetShot documentation built on May 30, 2019, 5:05 a.m.