Convex hull
Get the convex hull of a vector dataset
## S4 method for signature 'SpatVector' convHull(x, by="")
x |
SpatVector |
by |
character (variable name), to make convex hulls by group |
SpatVector
p <- vect(system.file("ex/lux.shp", package="terra")) h <- convHull(p) hh <- convHull(p, "NAME_1") plot(hh, "NAME_1", col=rainbow(10, alpha=.5), lwd=3) lines(aggregate(p, "NAME_1"), col="blue", lty=2, lwd=2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.