Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jul 11, 2023
1 parent 4290e11 commit a06ef77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/convhull.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
\alias{minCircle,SpatVector-method}

\title{
Convex hull, minimal rotated rectangle, and minimal bounding circle
Convex hull, minimal bounding rotated rectangle, and minimal bounding circle
}

\description{
Get the convex hull, the minimal rotated rectangle, or minimal bounding circle of a SpatVector
Get the convex hull, the minimal bounding rotated rectangle, or minimal bounding circle of a SpatVector
}

\usage{
Expand Down
2 changes: 2 additions & 0 deletions man/terra-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ A SpatRasterCollection is a vector of SpatRaster objects. Unlike for a SpatRaste
\code{\link{voronoi}} \tab Voronoi diagram \cr
\code{\link{delaunay}} \tab Delaunay triangles\cr
\code{\link{convHull}} \tab Compute the convex hull of a SpatVector \cr
\code{\link{minRect}} \tab Compute the minimum minimal bounding rotated rectangle of a SpatVector \cr
\code{\link{minCircle}} \tab Compute the minimal bounding circle of a SpatVector \cr
\code{\link{fillHoles}}\tab Remove or extract holes from polygons\cr
--------------------------- \tab ------------------------------------------------------------------------------------------ \cr
}}
Expand Down

0 comments on commit a06ef77

Please sign in to comment.