Generates a minimum convex polygon (MCP; i.e., convex hull) that
is delineated from occurrence locality coordinates.
This function is a wrapper for `chull()` that makes a SpatialPolygons object.
Usage
mcp(xy, crs = NULL)
Value
a SpatialPolygons object of the minimum convex hull around occurrences.
Arguments
xy
Matrix or Data frame of occurrence coordinates
crs
Character of coordinate reference system for minimum convex hull