mcp | R Documentation |
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.
mcp(xy, crs = NULL)
xy |
Matrix or Data frame of occurrence coordinates |
crs |
Character of coordinate reference system for minimum convex hull |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.