# NOT RUN {
# Load package and data
library(ctmm)
data(buffalo)
Cilla <- buffalo$Cilla
GUESS <- ctmm.guess(Cilla,interactive=FALSE)
FIT <- ctmm.fit(Cilla,GUESS)
# Compute akde object
UD <- akde(Cilla,FIT)
# Plot data with AKDE contours
plot(Cilla,UD=UD)
# }
Run the code above in your browser using DataLab