asnipe (version 1.1.12)

identified_individuals: Raw Observation Data of Individual Birds Feeding at Flocks

Description

Contains the raw observation data, of which the first day was used to form the group by individual file. IDs correspond to TAG in the "individuals" data (note that some tags are error codes, which have not been removed, and thus do not occur in the individuals data).

Usage

data("identified_individuals")

Arguments

Format

Data frame containing 4 columns: Date - The observation day (1 to 8, where days 1-2 are the first weekend, 3-4 the second weekend, etc..) Time - The time in seconds since the very first observation ID - The PIT tag code of the individual Location - The location where the detection was made (1B, 1C, 1D, 1E)

Examples

Run this code
# NOT RUN {
data("identified_individuals")
head(identified_individuals)
table(identified_individuals$Location)
# }

Run the code above in your browser using DataCamp Workspace