| simplify {terra} | R Documentation |
Reduce the number of nodes used to represent geometries.
## S4 method for signature 'SpatVector' simplify(x, tolerance=0.1)
x |
SpatVector of lines or polygons |
tolerance |
numeric. The minimum distance between nodes in units of the crs (i.e. degrees for long/lat |
SpatVector
f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
#w <- simplify(v, .02)
#e <- erase(w)
#g <- gaps(e)
#plot(e, lwd=5, border="light gray")
#polys(g, col="red", border="red")