asnipe (version 1.1.12)

gbi: Detections of Individuals Forming Flocks at Bird Feeders

Description

Dataset consisting of 151 individuals of 5 passerine species in Wytham Woods, UK: 78 blue tits (Cyanistes caeruleus), 7 coal tits (Periparus ater), 51 great tits (Parus major), 11 marsh tits (Poecile palustris), 3 nuthatches (Sitta europaea) and 1 individual of unknown species. Individuals were all fitted with individually-encoded passive integrated transponder (PIT) tags that were logged by radio frequency identification (RFID) antennae fitted to each hole on regular sunflower feeders (we used unhusked sunflower seed). Data were collected from 4 feeders spaced approximately 300m over the course of one day. Feeders logged the presence of individuals at a sub-second resolution, and detections were assigned to flocks using a machine learning algorithm (a Gaussian Mixture Model).

Usage

data("group_by_individual")

Arguments

Format

Data are formatted in a group by individual matrix. Each row represents one flock, each column represents one individual.

Examples

Run this code
# NOT RUN {
data("group_by_individual")
str(gbi) # see the structure of the data
# }

Run the code above in your browser using DataCamp Workspace