Description Usage Arguments Value
Return intersecting geometries
1 | sf_intersects(a, b)
|
a |
sf object to slice |
b |
sf object to intersect |
sliced sf object 'a' based on intersecting with geometrys from 'b', vs 'sf::st_intersects()' which returns a boolean matrix ('sparse = FALSE') or a sparse list (a boolean matrix ('sparse = FALSE') containing indices matched in 'b'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.