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.

data("pelican")

Format

A list of 2 telemetry objects.

Examples

# Load package and data
library(ctmm)
data("pelican")
names(pelican)
#> [1] "gps"   "argos"

# Plot all sampled locations
plot(pelican,col=c('blue','red'))