The goal of redstart
is to simulate the dynamics of migratory songbirds throughout their entire annual migratory cycle using a model developed by Runge and Marra (2004) "Modeling seasonal interactions in the population dynamics of migratory birds," from the monograph Birds of Two Worlds: The Ecology and Evolution of Migration, edited by Russell Greenberg and Peter Marra.
Key features of redstart
are explained in the package website under "Tutorials"
The primary goal of the package is to model bird demographic rates through the breeding season, migration, and the wintering season to determine when during the annual cycle bird populations might be most vulnerable to changing conditions.
There is large uncertainty in the parameters of this model, and so it must be run across ranges of values to determine where model stability and change points occur. A central figure produced by the model is shown below, where the x and y axes are two model parameters, and the z-axis is the equilibrium population size.
The package takes its name from the American Redstart, a common warbler in the forests of eastern North America and central Canada.
The Redstart breeds in North American (yellow in the map below) and migrates through the American South East and South West to spend the winter in Mexico, The Caribbean, and South America (blue).
You can install the development version of redstart
from GitHub with:
# install.packages("devtools")
devtools::install_github("brouwern/redstart")