asnipe (version 1.1.12)

inds: Data on the Individual Birds Contained in the Group by Individual data

Description

Information about the PIT tag number, ring number, species, and sex (where available) for each individual in the group by individual data. Each row represents one column in the group by individual file, and the order is maintained.

Usage

data("individuals")

Arguments

Format

Data frame containing: TAG - A 10 character hexadecimal code unique to each individual RING.NUMBER - A 7 character unique ring (or band) number for each individual SPECIES - Each species, where BLUTI=blue tit, COATI=coal tit, GRETI=great tit, MARTI=marsh tit, and NUTHA=nuthatch

Examples

Run this code
# NOT RUN {
data("individuals")
data("group_by_individual")
colnames(gbi) <- inds$RING.NUMBER
# }

Run the code above in your browser using DataLab