Michela: Movement track of Michela, a roe deer

Description Usage Format References Examples

Description

GPS tracks of one roe deer (Capreolus capreolus) in the Italian alps. This deer performs two seasonal migrations, from a wintering ground to a summering ground, back its wintering ground. For several ways to analyze these data, see examples in the marcher vignette.

Usage

1

Format

Data frame containing movements of roe deer with the following columns:

id

ID of animal

name

Names - for mnemonic convenience - of Italian authors.

x,y

In Easting Westing

latitude, longitude
time

POSIXct object

day

Day of year, counting from January 1 of the first year of observations (thus day 367 is January 2 or the following year).

References

For more details, see: Eurodeer.org

Examples

1
2
data(Michela)
with(Michela, scan_track(time = time, x = x, y = y))

EliGurarie/marcher documentation built on Oct. 17, 2020, 3:55 a.m.