NNCH
computes the home range of several animals using the
LoCoH family of methods.NNCH(xy, id = NULL, k = c(10), unin = c("m", "km"),
unout = c("m2", "ha", "km2"), status = FALSE,
duplicates = 1, hog.limit = 500, r = NULL, a = NULL,
min.k = NULL, max.k = NULL)
"m"
for meters or "km"
for kilometers"m2"
for
square meters, "km2"
for square kilometers or "ha"
for
hectaresTRUE
print out occasional progress messages as
we analyze the dataduplicates
amount in a random direction, if "delete"
all but one copy of duplicated points are deleted, if
NNCH
returns a list of class NNCH
.gpclib
.NNCH.select
for plotting, rasterization,
conversion to shapefiles, and management of the objects of class
NNCH
. NNCH.area
for functions computing the
homerange area.data(chamois)
xy <- chamois$locs
(nn <- NNCH(xy, k=c(6,7)))
summary(nn)
NNCH.select(nn, k=7)
## Graphical exploration
plot(nn, k=7)
## rasterization:
asc <- ascgen(chamois$locs,nrcol=100)
asc <- NNCH.asciigrid(nn, k=7, asc=asc)
image(asc)
Run the code above in your browser using DataLab