# Load package and data
library(ctmm)
data(buffalo)
# Extract movement data for a single animal
cilla <- buffalo[[1]]
# Find the best OU movement model
# also see help(variogram.fit)
GUESS <- ctmm(tau=6*24*60^2)
FIT <- ctmm.fit(cilla,GUESS)
# Estimate and summarize the AKDE
UD <- akde(cilla,FIT)
summary(UD)
Run the code above in your browser using DataLab