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