rhrMCP: Minimum Convex Polygon (MCP)

Description Usage Arguments Details Value See Also

View source: R/rhrMCP.R

Description

Function to estimate the minimum convex polygon (MCP) home range.

Usage

1
rhrMCP(xy, levels = 95)

Arguments

xy

Instance of data.frame, SpatialPoints, SpatialPointsDataFrame or RhrMappedData. If xy is is a data.frame, then the first two columns are assumed to be the x and y coordinates of the relocations.

levels

Numeric vector indicating percentages at which the home-range estimates should be evaluated.

Details

Computes the minimum convex polygon of a subset of points. First the centroid of the home range is found with rgeos::gCentroid and then the '

Value

Object of class RhrMCP.

See Also

adehabitatHR::mcp, rgeos::gConvexHull


jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.