Description Usage Format Examples
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.
1 | data(vervet_monkeys)
|
A data.frame
containing the raw data. The fields are:
The identifier of the monkey.
The identifier of the monkey and the day the measurement was obtained.
The time of the measurement.
X coordinate of the location.
Y coordinate of the location.
The standard deviation of the location error.
1 2 | data(vervet_monkeys)
head(monkey.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.