r.MCP {aspace}R Documentation

Demo Data: Minimum Convex Polygon Output Object

Description

Results from the Minimum Convex Polygon Calculator (calc_mcp) are stored in a list object. This object is required for the plot function (plot_mcp).

Usage

data(r.MCP)

Format

The list object contains the following results:

MCP
A matrix containing MCP vertices. Each row represents a unique point, the first column contains x-coordinates, and the second, y-coordinates
points
a simple two-column data frame (or matrix) containing x,y coordinates for a series of point locations.
id
Identifier for the MCP
MCP.area
The area of the MCP in square kilometers
MCP.pct
The desired percentage of the MCP for which area is computed

Details

The coordinates of the points must have the same units and projection as the specified center.

Source

This demonstration data has been manufactured for illustrative purposes only.

Examples

  data(r.MCP)
  str(r.MCP)

[Package aspace version 2.2 Index]