# NOT RUN {
# Load package and data
library(ctmm)
data(buffalo)
# Extract movement data for a single animal
Cilla <- buffalo$Cilla
# Calculate variogram
SVF <- variogram(Cilla)
# Plot the variogram
plot(SVF)
# }
Run the code above in your browser using DataLab