# 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)
m1 <- ctmm(tau=60*60*24*10)
M1 <- ctmm.fit(cilla,m1)
# Tell us something interpretable
summary(M1)
Run the code above in your browser using DataLab