mcp: Minimum Convex Hull Polygon

View source: R/mcp.R

mcpR Documentation

Minimum Convex Hull Polygon

Description

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)

Arguments

xy

Matrix or Data frame of occurrence coordinates

crs

Character of coordinate reference system for minimum convex hull


andrepazv/changeRangeR documentation built on May 7, 2022, 3:38 p.m.