From 224b641a64dcdd743b6d7975200831c915c7d892 Mon Sep 17 00:00:00 2001 From: Becheler <8360330+Becheler@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:36:49 +0200 Subject: [PATCH] doc: updating doc #41 --- docs/4-tutorials.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/4-tutorials.md b/docs/4-tutorials.md index a5bd70de..593fbe16 100644 --- a/docs/4-tutorials.md +++ b/docs/4-tutorials.md @@ -1045,6 +1045,8 @@ We build up on the previous example by adding some stochasticity in the process. Environmental niche models focus on how environmental factors influence the distribution and abundance of species within specific habitats. These models integrate ecological niche theory and environmental data to predict species' occurrence probabilities and population densities across spatial gradients. By quantifying the relationships between environmental variables (e.g., temperature, precipitation, habitat quality) and species' ecological requirements, environmental niche models help elucidate how environmental factors shape local population growth and species distributions. +In this example, we store a time-series vector at each vertex of the graph to monitor the population dynamics. After initializing one vertex with a non-zero value, we iterate through time to update the series conditionally to the local contemporary environmental data. It's important to note that, since we defined no migration along the graph's edges, all time-series except one remain at zero. + **Input** @include{lineno} geography_graph_local_process_3.cpp