Michela {marcher}R Documentation

Movement track of Michela, a roe deer

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

data(Michela)

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

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


[Package marcher version 0.0-2 Index]