hr.mcp {perspectev} | R Documentation |
Home range estimation
Description
Compute and plot a minimum convex polygon estimate of "home range." Source code borrowed from wild1 package.
Usage
hr.mcp(x,y=NULL,n.min=50,plot=TRUE,add=FALSE,ID=NULL,...)
Arguments
x |
A vector, matrix, or data frame of coordinates. |
y |
A numeric vector (if |
n.min |
If |
plot |
Parameter nonfunctional for perspectev implementation of this function. |
add |
Logical. Add to existing plot on current output device? Default is |
ID |
Required argument from Polygons |
... |
Details
See plot.Polygons for another way of plotting polygon objects.
Value
Returns an object of class Polygons (sp).
Author(s)
Glen A. Sargeant
U.S. Geological Survey
Northern Prairie Wildlife Research Center
glen_sargeant@usgs.gov
Edited by Kenneth B. Hoehn
perspectev@gmail.com
[Package perspectev version 1.1 Index]