# NOT RUN {
# }
# NOT RUN {
data(puechabon)
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="VI", conditional=TRUE)
## Identical to
kud <- kernelUD(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, same4all=TRUE)
kerneloverlaphr(kud, meth="VI", conditional=TRUE)
## Other indices:
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="HR")
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="PHR")
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="BA")
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="UDOI")
kerneloverlap(puechabon$locs[,c("X","Y")], puechabon$locs$Name,
grid=200, meth="HD")
# }
Run the code above in your browser using DataLab