st_filter_spatial | R Documentation |
Filter one set of geometries based on another
st_filter_spatial(
x,
y,
datum = st_crs(32610),
fun = st_intersection,
view = FALSE,
verbose = getOption("verbose")
)
x |
geometries to filter |
y |
geometries to filter by |
datum |
intermediate datum for projection |
fun |
predicate function; defaults to |
view |
logical; show results in Rstudio viewer? |
verbose |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.