enmpa
An R package for ecological niche modeling using presence-absence data

What is enmpa?
enmpa comprises a set of tools to perform Ecological Niche Modeling using presence-absence data and logistic generalized linear models. Some of the main functions help perform data partitioning, model calibration, model selection, variable response exploration, and model projection.

Check the enmpa package
If you want to try this tool you can install it on R from CRAN using
install.packages("enmpa")
, or from GitHub with
remotes::install_github("Luisagi/enmpa")
. The package and an example of its
use can be found here.