Learn R Programming

marcher (version 0.0-2)

Michela: 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)

Arguments

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

Run this code
data(Michela)
with(Michela, scan_track(time = time, x = x, y = y))

Run the code above in your browser using DataLab