pelican {ctmm} | R Documentation |
Brown Pelican GPS and ARGOS data.
Description
GPS and ARGOS data on a single brown pelican (Pelecanus occidentalis). Please contact Autumn-Lynn Harrison (HarrisonAL@si.edu) if you want to publish with these data.
Funding for Brown Pelican tracking was provided by the Friends of the National Zoo Conservation Research Grant and ConocoPhillips Global Signature Program. Field support provided by D. Brinker.
Usage
data("pelican")
Format
A list of 2 telemetry
objects.
See Also
as.telemetry
, plot.telemetry
, buffalo
, coati
, gazelle
, jaguar
, turtle
, wolf
.
Examples
# Load package and data
library(ctmm)
data("pelican")
names(pelican)
# Plot all sampled locations
plot(pelican,col=c('blue','red'))
[Package ctmm version 1.2.0 Index]