R for Spatial Statistics

 

Habitat Suitability Modeling in R

There are a number of ways to do habitat suitability modeling in R and some packages to support habitat suitabiliy modeling.

maxent package

Just to reduce confusion, t he "maxent" package for R is different "maximum entropy" package, does not run Maxent, and is not about habitat suitability.

dismo

"dismo" stands for "distribution modeling" and contains a number of different species distribution modeling functions including the ability to run Maxent within R. This package was written by some of the top researchers in species distribution modeling (Robert J. Hijmans, Steven Phillips, John Leathwick and Jane Elith). The one drawback with this package is that it requires a large number of other packages and other applications for it to execute correctly.

Some of it's key functions are:

PresenceAbsence

This package contains a large number of functions for evaluating models from presence-absence data. This includes:

Sub-launching

Any program, including Maxent, can be "sub-launched" from R using the "System" function. This is similar to calling Maxent from a batch file or command line. The approach is to write out the data files in the format that Maxent expects, calling Maxent from within R, and then reading the output files from Maxent.

BlueSpray

BlueSpray will call Maxent as if it is a transform that is included in BlueSpray. BlueSpray will also run Maxent repeatedly to evaluate values for regularization, compute AIC values, and even output uncertainty maps. The trade-off is that you lose some flexiblity when it comes to the features of Maxent.

Other Resources

Dismo Package Documentation

Species Distribution Modeling with R

Example of Joshua Trees