Description Usage Arguments Value Examples
Tests whether two BoostObjects intersect (element-wise).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiPolygons,BoostBoxGrid'
bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiLines,BoostBoxGrid'
bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiPolygons,BoostPointGrid'
bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiPolygons,BoostGeometries'
bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiLines,BoostGeometries'
bg_intersects(obj1, obj2)
## S4 method for signature 'BoostMultiPoints,BoostGeometries'
bg_intersects(obj1, obj2)
|
obj1 |
A BoostObject. |
obj2 |
A BoostObject. |
A list, with list element i an integer vector with the indices j for which intersects(x[i],y[j]) is TRUE.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.