faster_intersect | R Documentation |
This function performs a spatial intersection, but first performs a check to identify only the features that need clipping. Features completely outside the boundary are discarded, and those completely inside are kept as is.
faster_intersect(x, cliplayer)
x |
a simple features object |
cliplayer |
The layer used for clipping, also a simple features object |
A sf object clipped to the desired boundary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.