getArea | R Documentation |
Extracts the polygon area for an rKIN object for each group and level.
getArea(estObj)
estObj |
List object created from estKIN, estMCP or estEllipse functions |
A data.frame() of polygon areas.
Shannon E. Albeke, Wyoming Geographic Information Science Center, University of Wyoming
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.