monkey.data: Trajectory data of two monkeys over two days

Description Usage Format Examples

Description

This data set contains GPS data obtained from two vervet monkeys over two days. The data is sampled at one sample per hour from 5:00 to 19:00, although there are missing values.

Usage

1
data(vervet_monkeys)

Format

A data.frame containing the raw data. The fields are:

GroupID

The identifier of the monkey.

GroupDayNo

The identifier of the monkey and the day the measurement was obtained.

DateTime

The time of the measurement.

X

X coordinate of the location.

Y

Y coordinate of the location.

StdDev

The standard deviation of the location error.

Examples

1
2
data(vervet_monkeys)
head(monkey.data)

moveBB documentation built on May 2, 2019, 5:50 p.m.

Related to monkey.data in moveBB...