Find gaps between polygons
gaps.Rd
Get the gaps between polygons of a SpatVector
See also
sharedPaths
, topology
, and
fillHoles
to get or remove polygon holes
Examples
f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
h <- convHull(v[-12], "NAME_1")
g <- gaps(h)