jaguar {ctmm} | R Documentation |
Jaguar data from the Jaguar movement database.
Description
x-y
projected GPS data on 4 jaguar.
Please cite Morato et al (2018) when publishing with these data.
Usage
data("jaguar")
Format
A list of 4 telemetry
objects.
References
R. G. Morato et al, “Jaguar movement database: a GPS-based movement dataset of an apex predator in the Neotropic”, Ecology, 99:7, 1691-1691 (2018) doi:10.1002/ecy.2379.
See Also
as.telemetry
, plot.telemetry
, buffalo
, coati
, gazelle
, pelican
, turtle
, wolf
.
Examples
# Load package and data
library(ctmm)
data("jaguar")
# Plot all jaguar locations
plot(jaguar,col=rainbow(length(jaguar)))
[Package ctmm version 1.2.0 Index]