Chapter 2 -- Immigration-Emigration Models

Chapter 3 -- Logistic Birth-Death Models

Chapter 4 -- Random Numbers and Visualization

Chapter 5 -- Two-Species Competition Model

Chapter 6 -- Programming Projects

Chapter 7 -- Foraging Model

Chapter 8 -- Maintenance of Gynodioecy

Chapter 9 -- Diffusion and Reactions

Chapter 10 -- Optimal Resource Allocation Schedules

Book Homepage

Will's Homepage

Simulating Ecological and Evolutionary Systems in C

Chapter 6 (Programming Projects) program files



  • metapop.c is the complete metapopulation program discussed in Section 6.1 and listed on pages 133-135, producing the output plotted in figure 6.1 on page 136.
  • seir_no_ps.c is the complete disease program discussed in Section 6.2 (without the EPS routines) and listed on pages 141-143, producing the output plotted in figure 6.2 on page 147.
  • seir_ps.c is the disease program (including the EPS routines) that produces the images shown in figure 6.3,4 on page 147.
  • 78/11/28/00