data(puechcirc)
puechcirc$date[1:10]
## Relocations are taken every 10 minutes
## For example we consider relocations as
## neighbour when they are separated by a time
## interval comprised between 5 and 15 minutes
schoener(puechcirc, keep = c(5*60, 15*60))
schoener.rtest(puechcirc, keep = c(5*60, 15*60))
Run the code above in your browser using DataLab