Convex hull, minimal bounding rotated rectangle, and minimal bounding circle
convhull.Rd
Get the convex hull, the minimal bounding rotated rectangle, or minimal bounding circle of a SpatVector
Usage
# S4 method for class 'SpatVector'
convHull(x, by="")
# S4 method for class 'SpatVector'
minRect(x, by="")
# S4 method for class 'SpatVector'
minCircle(x, by="")