geom_interiors_intersect: Detect when geometries' interiors intersect.

View source: R/geom_interiors_intersect.R

geom_interiors_intersectR Documentation

Detect when geometries' interiors intersect.

Description

This approach uses a custom intersection algorithm that only counts areas as intersecting if their interiors overlap

Usage

geom_interiors_intersect(x, y, ...)

Arguments

x

an object of class 'sf::sf', 'sf::sfc' or 'sf::sfg'

y

an object of class 'sf::sf', 'sf::sfc' or 'sf::sfg'

...

other arguments that might be passed to 'sf::st_relate'

Value

either a matrix of 'logical's or a list of row indices

See Also

'sf::st_relate'


higherX4Racine/hiRx documentation built on Nov. 18, 2024, 10:20 a.m.