Learn R Programming

aspace (version 2.5)

r.MCP: 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)

Arguments

source

This demonstration data has been manufactured for illustrative purposes only.

Details

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

Examples

Run this code
data(r.MCP)
  str(r.MCP)

Run the code above in your browser using DataLab