Learn R Programming

ctmm (version 0.3.5)

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

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