Learn R Programming

ctmm (version 0.3.3)

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.

References

Cross, P., Heisey, D., Bowers, J., Hay, C., Wolhuter, J., Buss, P., Hofmeyr, M., Michel, A., Bengis, R., Bird, T. et al (2009). Disease, predation and demography: assessing the impacts of bovine tuberculosis on African buffalo by monitoring at individual and population levels. Journal of Applied Ecology, 46, 467-475.

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