st_not_within: Predicate function for st_filter

View source: R/sf_funcs.R

st_not_withinR Documentation

Predicate function for st_filter

Description

Predicate function to use with st_filter such that such that elements of one spatial object are selected if they are not contained at all in the other. See sf::st_within

Usage

st_not_within(x, y, sparse = TRUE, prepared = TRUE, ...)

Arguments

x

object of class sf, sfc or sfg

y

object of class sf, sfc or sfg; if missing, x is used

sparse

ogical; should a sparse index list be returned (TRUE) or a dense logical matrix? See sf::st_within.

prepared

ogical; prepare geometry for x, before looping over y? See sf::st_within.

...

passed on to s2_options


dsjohnson/crawlUtils documentation built on Sept. 13, 2024, 1:34 p.m.