buffalo: African buffalo GPS dataset from Kruger National Park, South Africa.
Description
GPS data on six African buffalo. When using this dataset, please cite the original article by Getz et al (2007) and the Movebank data package (Cross et al, 2016).
Usage
data("buffalo")
Arguments
Format
A list of 6 telemetry objects.
References
Getz W. M., Fortmann-Roe S., Cross P. C., Lyons A. J., Ryan S. J., Wilmers C. C. (2007).
LoCoH: Nonparameteric kernel methods for constructing home ranges and utilization distributions.
PLoS ONE 2(2): e207. DOI:10.1371/journal.pone.0000207 Cross P. C., Bowers J. A., Hay C. T., Wolhuter J., Buss P., Hofmeyr M., du Toit J. T., Getz W. M. (2016).
Data from: Nonparameteric kernel methods for constructing home ranges and utilization distributions.
Movebank Data Repository. DOI:10.5441/001/1.j900f88t
# Load package and datalibrary(ctmm)
data("buffalo")
# Extract movement data for a single animalcilla <- buffalo[[1]]
# Plot all sampled locationsplot(cilla)