Learn R Programming

ctmm (version 0.3.3)

gazelle: Mongolian gazelle GPS dataset from the Mongolia's Eastern Steppe.

Description

x-y projected GPS data on 36 Mongolian gazelle.

Usage

data("gazelle")

Arguments

Format

A list of 36 telemetry objects.

References

C. H. Fleming, J. M. Calabrese, T. Mueller, K.A. Olson, P. Leimgruber, and W. F. Fagan. (2014). Data from: From fine-scale foraging to home ranges: A semi-variance approach to identifying movement modes across spatiotemporal scales. Dryad Digital Repository, DOI:10.5061/dryad.45157.

See Also

as.telemetry, buffalo, plot.telemetry.

Examples

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

# Plot a gazelle's locations
plot(gazelle[[18]])

Run the code above in your browser using DataLab