Learn R Programming

rKIN (version 1.0.4)

getArea: Method to extract Niche Polygon Areas

Description

Extracts the polygon area for an rKIN object for each group and level.

Usage

getArea(estObj)

Value

A data.frame() of polygon areas.

Arguments

estObj

List object created from estKIN, estMCP or estEllipse functions

Author

Shannon E. Albeke, Wyoming Geographic Information Science Center, University of Wyoming

Examples

Run this code
data("rodents")
#estimate niche overlap between 2 species using kernel UD
test.kin<- estKIN(data=rodents, x="Ave_C", y="Ave_N", group="Species",
                 levels=c(50, 75, 95), scaler=2)
#determine polygon sizes/areas
kin.area<- getArea(test.kin)

Run the code above in your browser using DataLab