swallow {IPMbook} | R Documentation |
Data for barn swallows in Switzerland, 1997-2003
Description
Demographic data of barn swallows (Hirundo rustica) were collected from nine sites in Switzerland that were between 19 and 224 km apart from 1997 to 2003.
Each year the number of breeding pairs and detailed information about productivity from regular checks of the nests were recorded. Nestlings were ringed and adults captured, resulting in capture-recapture data. Not all sites were surveyed every year, resulting in NAs in the data.
Usage
data(swallow)
Format
swallow
is a list with 5 components:
- marr.j
an array with capture-recapture data for juvenile females in m-array format, sites x release year x recapture year.
- marr.a
an array with capture-recapture data for adult females in m-array format, sites x release year x recapture year.
- counts
a matrix with annual number of breeding pairs observed at each site, sites x years.
- productivity
an array with productivity variables for monitored broods, brood type (first or second) x sites x years x variable; the variables are total number of eggs and fledglings in monitored broods and the number of broods monitored.
- second
an array with the number of first broods and second broods observed, sites x years x brood type.
Source
Swiss Ornithological Institute
References
Schaub, M., von Hirschheydt, J., Grüebler, M.U. (2015) Differential contribution of demographic rate synchrony to population synchrony in barn swallows. Journal of Animal Ecology 84, 1530-1541.
Schaub, M., Kéry, M. (2022) Integrated Population Models, Academic Press, chapter 16.
Examples
data(swallow)
str(swallow)