Omnomnomnivores

Authors
Affiliations

Tanya Strydom

Uum??

Cole B. Brookson

Georgetown University

Timothée Poisot

Université de Montreal

Québec Centre for Biodiversity Sciences

Published

April 4, 2024

Abstract

TODO

Keywords

wombling, spatial networks

1 Introduction

2 Data & Methods

2.1 Metacommunity model

The model used broadly follows the metacommunity model developed by Thompson and Gonzalez (2017). The model (Equation 1) itself is based on a tritrophic community (‘plants’, ‘herbivores’, and ‘carnivores’), and is essentially a collection of modified Lotka–Volterra equations, this (broadly) models species abundance as a function of interaction strength, environmental effect, immigration, and emigration. The metacommunity consists of \(S\) species with \(M\) environmental patches in the landscape and looks as follows:

\[ X_{ij}(t+1)=X_{ij}(t)exp\left[C_{i} + \sum_{k=1}^{S}B_{ik}X_{kj}(t)+A_{ij}(t)\right]+I_{ij}(t)-X_{ij}(t)a_{i} \tag{1}\]

Where \(X_{ij}(t)\) is the abundance of species \(i\) in patch \(j\) at time \(t\). \(C_i\) is its intrinsic rate of increase (which we have set to 0.1 for ‘plants’ and -0.001 for ‘herbivores’ and ‘carnivores’). \(B_{ik}\) is the per capita effect of species \(k\) on species \(i\). The exact interaction strength for each species pair is determined by the trophic level of each species and is drawn from a uniform distribution. The ranges for each combination of species pairs listed in Table 1, the values that are drawn from the uniform distribution are then scaled by dividing by \(0.33S\) to yield the final interaction strength for each interacting pair.

Table 1: Intervals used for the uniform distribution from which interaction strengths values are drawn from for the different types of species pair interactions. Note this is represent the effect of species type 1 on species type 2 i.e., herbivore-plant represents the effect of a herbivore species on a plant species
Interacting pair Range of uniform distribution
Plant-plant -1.0 – 0.00
Plant-herbivore 0.0 – 0.10
Plant-carnivore 0.0
Herbivore-plant -0.3 – 0.00
Herbivore-herbivore -0.2 – -0.15
Herbivore-carnivore 0.0 – 0.08
Carnivore-plant 0.0
Carnivore-herbivore -0.1 – 0.00
Carnivore-carnivore -0.1 – 0.00

\(A_{ij}(t)\) is the effect of the environment in patch \(j\) on species \(i\) at time \(t\). Essentially this will set the effect of the environment to zero when it is at the optimum of the species and can be further expanded as follows:

\[ A_{ij}(t)=\left(h\times\frac{1}{\sigma\sqrt{2\pi}}\right)\times\left(\text{exp}\left[-\frac{(E_{j}(t)-H_{i})^2}{{2\sigma}^2}\right]-1\right) \tag{2}\]

Where the species environmental optima (\(H_i\)) are evenly distributed across the entire range of environmental conditions for each trophic level, meaning that species from different trophic levels will be at, or near the same environmental optima. \(h\) is a scaling parameter (set to 50), \(E_j(t)\) is the environment in patch \(j\) at time \(t\) and \(\sigma\) is the standard deviation (set to 50).

\(I_{ij}(t)\) is the abundance of species \(i\) immigrating to patch \(j\) at time \(t\) and can be expanded as follows:

\[ I_{ij}(t)=\sum_{l=j}^{M}a_iX_{il}(t)exp(-Ld_{jl}) \tag{3}\]

Where \(ai\) is the proportion of the population of species \(i\) that disperses at each time step, the dispersal rate is drawn from a normal distribution (\(\mu\) = 0.1, \(\sigma\) = 0.025) for each species. The abundance of immigrants to patch \(j\) from all other patches is governed by where \(d_{jl}\) is the geographic distance between patches \(j\) and \(l\), and \(L\) (the strength of the exponential decrease in dispersal with distance), which is also drawn from a normal distribution for each species. The parameters used for \(L\) are trophic level dependant and are show in Table 2

Table 2: Parameters for the normal distributions used to determine the dispersal decay (\(L\)) for each species depending on its trophic level.
Trophic level \(\mu\) \(\sigma\)
Plant 0.3 0.075
Herbivore 0.2 0.050
Carnivore 0.1 0.025

2.2 Generating networks

In order to create a final community state the species are allowed to persist for a total of 2000 generations. These generations are broken down into three ‘phases’ the first is the ‘proofing’ phase where the environment is uniform throughout the landscape (meaning that all species are at their environmental optimum) for 500 generations. After this the environment is ‘heated’ incrementally until it reaches its ‘final state’, the environmental optimum of each species is also adjusted as the environmental values begin to change. This occurs over a period of 1 000 generations. The landscape is then held stable for a further 500 generations until an equilibrium is reached. The final state of the landscape is predetermined and is defined by the diamond-square algorithm (this produces fractals with variable spatial autocorrelation) which is generated using NeutralLandscapes.jl (Catchen 2023), here we vary the degree of landscape heterogeneity by TODO.

Table 3: Starting parameters for the model.
Parameter Value
\(S\) 100
\(M\) 26*26
\(E_{initial}\) 40
\(A_{initial}\) 0.01

2.3 Spatial wombling

Broadly speaking spatial wombling is an edge-detection algorithm which traverses a geographic area and defines this area in terms of the rate (\(m\)) and corresponding direction (\(\theta\)) of change. This is done by using first-order partial derivative (\(\partial\)) of the ‘curvature’ of the landscape as described by \(f(x,y)\) (see Equation 4). This essentially gives an indication how steep the gradient (\(m\)) is between neighbouring cells as well as the direction (\(\theta\)) of the slope.

\[ m = \sqrt{\frac{\partial f(x,y)}{\partial x}^2 + \frac{\partial f(x,y)}{\partial y}^2} \tag{4}\]

The spatial wombling analyses were done using SpatialBoundaries.jl (Strydom and Poisot 2023). The documentation provides a more detailed breakdown of the underlying methodology.

3 Conclusion

References

Catchen, Michael D. 2023. EcoJulia/NeutralLandscapes.jl.” EcoJulia.
Strydom, Tanya, and Timothée Poisot. 2023. SpatialBoundaries.jl: Edge Detection Using Spatial Wombling.” Ecography 2023 (5): e06609. https://doi.org/10.1111/ecog.06609.
Thompson, Patrick L., and Andrew Gonzalez. 2017. “Dispersal Governs the Reorganization of Ecological Networks Under Environmental Change.” Nature Ecology & Evolution 1 (6): 0162. https://doi.org/10.1038/s41559-017-0162.

Citation

BibTeX citation:
@online{strydom2024,
  author = {Strydom, Tanya and B. Brookson, Cole and Poisot, Timothée},
  title = {Omnomnomnivores},
  date = {2024-04-04},
  langid = {en},
  abstract = {TODO}
}
For attribution, please cite this work as:
Strydom, Tanya, Cole B. Brookson, and Timothée Poisot. 2024. “Omnomnomnivores.” Earth and Space Science. April 4, 2024.