\(~\)

Introduction

In this exercise, you will:

  • Gain familiarity and experience working with a variety of different algorithms used for SDMs/ENMs

Please spend a short time to look through some of the materials in the Overview of algorithms section. But there is a lot of information there and impossible to absorb in a short period. When you feel motivated, move on to the R Practical section to work through some examples.

\(~\)

Overview of algorithms

There is a wide range of different modeling algorithms used for correlative SDMs/ENMs (mechanistic SDMs are not covered here). For presence-only or presence-absence data, these range from envelope (or ‘profile’) methods (e.g., BIOCLIM), to GLMs (e.g., logistic regression), machine-learning algorithms (e.g., maxent, Random Forest), and complex methods that can be used to model multiple species at once (‘joint SDMs’).

The Biodiversity and Climate Change Virtual Laboratory has compiled this useful site that provides a detailed description of different model algorithms but does not include R examples.

Some of the most commonly used R packages for SDMs, based on the general type of algorithm are provided in the list below:

Although these are beyond the scope of this course, an even wider variety of approaches are available when additional data on abundance or repeat surveys or demographic rates are available (e.g., occupancy models, integral projection models). Here are some links for your own interest:

\(~\)

R Practical

For this part of the exercise, we will work through this tutorial by R Spatial.

For additional examples, I also highly recommend Damaris Zurell’s “SDM algorithms” exercise.