if (FALSE) {
data(puechabonsp)
lo<-puechabonsp$relocs[,1]
## Home Range Estimation
res <- CharHull(lo)
## Displays the home range
plot(res)
## Computes the home range size
MCHu2hrsize(res)
## Computes the 95 percent home range
ver <- getverticeshr(res)
ver
plot(ver)
}
Run the code above in your browser using DataLab