Structured populations
Think back to the assumptions made in the simple exponential model of population growth (\(\frac{dN}{dt} = rN\)).
Photo by Joshua J. Cotten on Unsplash
Monarch butterflies are migratory species that spend the North American winter in southwestern Mexico, and return to the US and Canada to breed during the summer months.
The dynamics of these butterflies during the summer months is as follows (estimates from Hunt & Tongan 2017):
Each female adult butterfly can lay up to \(45\) viable eggs, of which only \(3.4\%\) survive to the chrysalis stage. Eggs that make it to the chrysalis stage survive into the adult stage at rate of \(85\%\).
Your task : Draw the life transition diagram and write the transition matrix for the monarch butterfly.
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
Draw a life transition diagram representing this matrix
Consider a species of fish whose individuals live for 3 years (age classes 0, 1, 2, and 3). Newborn fish have a \(30\%\) survival rate to year 1; year 1 fish have a \(80\%\) survival rate to year 2; year 2 fish have a \(50\%\) survival rate to year 3; and all fish die in their third year.
Newborn fish are sexually immature and cannot give birth. Year 1 fish can give birth to \(1\) newborn per year; Year 2 fish can give birth to \(8\) newborns per year; and Year 3 fish can only give birth to \(0.5\) newborns per year.
For a population with \(n\) stages, we can capture the demographic transitions in an \(n\mathrm{-by-}n\) matrix.
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
At time \(t=0\), the population has \(52\) individuals in stage 0, \(10\) in stage 1, \(15\) in stage 2, and \(30\) in stage 3.
What is the expected distribution of individuals at \(t=1\)?
Matrix product of the transition matrix and the current distrubition:
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \times \begin{bmatrix} 52 \\ 10 \\ 16 \\ 30 \end{bmatrix} \]
Matrix product of the transition matrix and the current distrubition:
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \times \begin{bmatrix} 52 \\ 10 \\ 16 \\ 30 \end{bmatrix} = \begin{bmatrix} 153 \\ 15 \\ 8 \\ 8 \end{bmatrix} \]
For timestep \(2\):
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \times \begin{bmatrix} 153 \\ 15 \\ 8 \\ 8 \end{bmatrix} \]
For timestep \(2\):
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \times \begin{bmatrix} 153 \\ 15 \\ 8 \\ 8 \end{bmatrix} = \begin{bmatrix} 83 \\ 45.9 \\ 12 \\ 4 \end{bmatrix} \]
For timestep \(3\):
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \times \begin{bmatrix} 83 \\ 45.9 \\ 12 \\ 4 \end{bmatrix} = \dots \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \xrightarrow[]{\text{Eigenvalue}} 1.33 \]
Check out this video.
Let’s return to our previous fish example. In normal conditions, newborn fish have a \(30\%\) survival rate to year 1; year 1 fish have a \(80\%\) survival rate to year 2; year 2 fish have a \(50\%\) survival rate to year 3; and all fish die in their third year.
An extreme heat event causes newborn survival rates to plummet to \(0%\) in a given year. What are the consequences for the population?
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
What if instead, the extreme heat event only reduced newborn survival from \(30%\) to \(20\%\)?
Or if newborn rates were unaffected, but survival from year 1 to 2 was reduced from \(80\%\) to \(70\%\)?
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.2 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.2 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = 1.15 \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.7 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.7 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = 1.28 \]
How is the growth rate affected by particular transitions?
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.2 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.15} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.7 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.28} \]
We can go through each entry one-by-one and identify critical transitions (Sensitivity analysis)
This could also go the other way– increase in \(\lambda\)
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.4 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.47} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.9 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.38} \]
We can go through each entry one-by-one and identify critical transitions (Sensitivity analysis)
But there is a problem…
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.4 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.9 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
Quantify the effects of proportional changes
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.27 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.72 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \]
Quantify the effects of proportional changes
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.27 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda= \boxed{1.33 \Rightarrow 1.28} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.72 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.29} \]
Quantify the effects of proportional changes
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 \to 0.33 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda= \boxed{1.33 \Rightarrow 1.38} \]
\[ \begin{bmatrix} 0 & 1 & 8 & 0.5 \\ 0.3 & 0 & 0 & 0 \\ 0 & 0.8 \to 0.88 & 0 & 0 \\ 0 & 0 & 0.5 & 0 \end{bmatrix} \Rightarrow \lambda = \boxed{1.33 \Rightarrow 1.37} \]
So far, we have conflated age and stage (e.g. “1-year-old” == “Juvenile”, “2-year-old” == “Subadult”, etc.)
But, there’s a potential issue – e.g. what if the juvenile stage extends for multiple year?
Red cockaded woodpeckers: an uncommon (near threatened) species
From Ziegler & Walter 2014, in Ecological Applications
The Red Cockaded Woodpecker is an endangered species endemic to fire dependent longleaf pine ecosystems in the southeastern United States. Primary threats to the species include a lack of suitable cavity trees, habitat fragmentation, and fire suppression that results in hardwood midstory encroachment and the declining suitability of foraging habitat.
Preferred habitat for the species consists of mature, open pine forest with large trees, sparse midstory, and a lush herbaceous ground cover, conditions primarily maintained through frequent, low-intensity ground fires. Old pines are an especially important part of RCW ecology because RCWs construct cavities in living trees, and heartwood diameter is a function of age. Cavity construction is difficult and time intensive, and RCW groups will defend and use the same cavity trees for many years
Photo by Gaurav Kandlikar near Abita Springs
Question 1: What are the stages?
RCWs are territorial and cooperatively breeding with a complex social structure.
Groups are composed of a monogamous breeding pair and non-breeding helpers.
Fledglings either remain on the natal territory as helpers or disperse
Almost all females disperse in either the fall or spring following fledging and ultimately obtain breeding positions if they survive, although they may act as floaters before acquiring a breeding opportunity.
Substantial numbers of male fledglings stay as helpers, and those that survive ultimately inherit the breeding position in their natal territory or fill breeding vacancies in neighboring territories. Other male fledglings disperse to either become breeders, solitary males, floaters, or (to a lesser extent) helpers in another territory
So… what are the stages? It’s complex!
So… what are the stages? It’s complex!
Banded individuals were classified according to age and stage class each year, with potential stage classes including fledglings, individuals <1 year old; breeders, males and females that occupy a territory and have the potential to produce offspring; helpers, nonbreeding adults that are part of the social group and assist breeders; solitary males, adult males that maintain a territory but are unpaired and do not breed; and floaters, adults without territories that do not breed
Question 2: What are the transition rates and reproduction rates?
Question 3: How to put these together into a matrix?
As in Heppell et al. (1994), matrices were constructed in this study as male-only models because, unlike females, males almost exclusively comprise the helper class and can hold territories despite being unpaired
\[ \begin{bmatrix} 0 & 0 & 10 \\ 0.1 & 0 & 0 \\ 0 & 0.5 & 0 \end{bmatrix} \]
\[ \begin{bmatrix} 0 & 0 & 10 \\ 0.1 & 0 \to 0.25 & 0 \\ 0 & 0.5 & 0 \to 0.33 \end{bmatrix} \]
$arr
row col Angle Value rad ArrowX ArrowY TextX TextY
1 1 1 NaN 0.04 0.106962 0.2166801 7.208729e-01 0.215 0.6139241
2 2 1 0 0.042 0.100000 0.1995288 3.000011e-01 0.200 0.2800000
3 3 1 0 0.373 0.200000 0.2990575 2.000022e-01 0.300 0.1800000
4 4 1 0 0.016 0.300000 0.3985863 1.000033e-01 0.400 0.0800000
5 5 1 0 0.047 0.400000 0.4981151 4.441314e-06 0.500 -0.0200000
6 1 2 0 0.84 0.100000 0.2001571 4.999999e-01 0.200 0.5200000
7 2 2 NaN 0.768 0.106962 0.4166801 7.208729e-01 0.415 0.6139241
8 3 2 0 0.001 0.100000 0.3995288 3.000011e-01 0.400 0.2800000
9 4 2 0 0.009 0.200000 0.4990575 2.000022e-01 0.500 0.1800000
10 5 2 0 0.003 0.300000 0.5985863 1.000033e-01 0.600 0.0800000
11 1 3 0 0.23 0.200000 0.3003142 5.999998e-01 0.300 0.6200000
12 2 3 0 0.21 0.100000 0.4001571 4.999999e-01 0.400 0.5200000
13 3 3 NaN 0.547 0.106962 0.6166801 7.208729e-01 0.615 0.6139241
14 4 3 0 0.011 0.100000 0.5995288 3.000011e-01 0.600 0.2800000
15 5 3 0 0.011 0.200000 0.6990575 2.000022e-01 0.700 0.1800000
16 1 4 0 0.6 0.300000 0.4004712 6.999996e-01 0.400 0.7200000
17 2 4 0 0.55 0.200000 0.5003142 5.999998e-01 0.500 0.6200000
18 4 4 NaN 0.214 0.106962 0.8166801 7.208729e-01 0.815 0.6139241
19 5 4 0 0.044 0.100000 0.7995288 3.000011e-01 0.800 0.2800000
20 1 5 0 0.43 0.400000 0.5006283 7.999995e-01 0.500 0.8200000
21 2 5 0 0.003 0.300000 0.6004712 6.999996e-01 0.600 0.7200000
22 3 5 0 0.011 0.200000 0.7003142 5.999998e-01 0.700 0.6200000
23 4 5 0 0.014 0.100000 0.8001571 4.999999e-01 0.800 0.5200000
24 5 5 NaN 0.104 0.106962 1.0166801 7.208729e-01 1.015 0.6139241
$comp
x y
[1,] 0.1 0.4
[2,] 0.3 0.4
[3,] 0.5 0.4
[4,] 0.7 0.4
[5,] 0.9 0.4
$radii
x y
[1,] 0.1 0.2139241
[2,] 0.1 0.2139241
[3,] 0.1 0.2139241
[4,] 0.1 0.2139241
[5,] 0.1 0.2139241
$rect
xleft ybot xright ytop
[1,] 0.0 0.1860759 0.2 0.6139241
[2,] 0.2 0.1860759 0.4 0.6139241
[3,] 0.4 0.1860759 0.6 0.6139241
[4,] 0.6 0.1860759 0.8 0.6139241
[5,] 0.8 0.1860759 1.0 0.6139241
Which model to choose?
Matrix population models as important tools for conservation and restoration
Importance of comparing models that incorporate different aspects of a species’ biology
Importance (and difficulty!) of collecting field data
Integrating data with models enables predictions
What is the relationship between the Eigenvalue of a population transition matrix (\(\lambda\)) and the intrinsic growth parameter \(r\) we explored in the exponential growth model? What happens when \(\lambda = 1\)? What happens when \(r = 1\)?
The authors choose to construct a stage-based matrix rather than an age-based population matrix. Why? How did the authors get data to construct the matrix?
Table 4 of the paper provides the values for the loggerhead transition matrix. Draw this as a transition diagram.
Consider Figure 1 of the paper, and address the following questions:
Main themes of the unit so far:
Part 1: exponential growth dynamics
Part 2: Structured growth dynamics