pigeon_R_moveSt_sub: 'pigeon_R_moveSt_sub' - small subset of the pigeons' example...

Description Usage Format Details Source Examples

Description

A small subset of the example data from movebank containing one object of class MoveStack. This subset is used for illustration in the vignette.

Usage

1

Format

An object of class MoveStack

Details

The subset contains a MoveStack object containing two Move objects representing pigeon trajectories of 15 seconds respectively 60 trajectory points. For further details run ?pigeon_R_moveStack.

The permission to use the data was obtained from the owners of the data (Contact person: Carlos David Santos).

Source

Santos CD, Neupert S, Lipp H-P, Wikelski M, Dechmann D (2014) Temporal and contextual consistency of leadership in homing pigeon flocks. PLOS ONE 9(7): e102771.

Santos CD, Neupert S, Lipp H, Wikelski M, Dechmann D (2014) Data from: Temporal and contextual consistency of leadership in homing pigeon flocks. Movebank Data Repository. doi:10.5441/001/1.33159h1h

Wikelski, M., and Kays, R. 2014. Movebank: archive, analysis and sharing of animal movement data. World Wide Web electronic publication. http://www.movebank.org, accessed on 2014-11-16.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## load example data
## data(pigeon_R_moveSt_sub, package = "trajaggr")
data(pigeon_R_moveSt_sub)
class(pigeon_R_moveSt_sub)
# names of contained Move objects
levels(slot(pigeon_R_moveSt_sub, "trackId"))
head(slot(pigeon_R_moveSt_sub, "data"))
# for further details run
# ?pigeon_R_moveSt_sub
# ?pigeon_R_moveStack

roland-h/trajaggr documentation built on Jan. 19, 2021, 1:02 p.m.