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.
# Load package and datalibrary(ctmm)
data("buffalo")
# Extract movement data for a single animalcilla <- buffalo[[1]]
# Plot all sampled locationsplot(cilla)