Learn R Programming

ctmm (version 0.3.1)

buffalo: African buffalo GPS dataset from Kruger National Park, South Africa.

Description

GPS data on six African buffalo, provided for demonstration purposes only! Contact data owner Paul Cross if you wish to do more with the data.

Usage

data("buffalo")

Arguments

format

A list of 6 telemetry objects.

See Also

as.telemetry, gazelle, plot.telemetry.

Examples

Run this code
# Load package and data
library(ctmm)
data("buffalo")

# Extract movement data for a single animal
cilla <- buffalo[[1]]

# Plot all sampled locations
plot(cilla)

Run the code above in your browser using DataLab