dot-findConvex.RdFinding convex hull of given data
.findConvex(x, y, rgnames, res = 101, x.limits = NA, y.limits = NA)
| x | A vector of x-axis coordinates. |
|---|---|
| y | A vector of y-axis coordinates. |
| rgnames | Names of the grid. |
| res | Resolution of the convex hull. By default is 100. |
| x.limits | Limits of x-axis. By default is NA, will determined by data. |
| y.limits | Limits of y-axis. By default is NA, will determined by data. |
A dataframe of data in convex hull.