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