# 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 occurence distribution
UD <- occurrence(Cilla,FIT)
# Plot occurrence UD
plot(UD,col.level=NA)
# }
Run the code above in your browser using DataLab