View source: R/geom_interiors_intersect.R
geom_interiors_intersect | R Documentation |
This approach uses a custom intersection algorithm that only counts areas as intersecting if their interiors overlap
geom_interiors_intersect(x, y, ...)
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' |
either a matrix of 'logical's or a list of row indices
'sf::st_relate'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.