aae.pop: population dynamics models in R

aae.pop is a plug-and-play tool to simulate matrix population models. It’s designed to be fast, flexible, and easily adapted to different model structures, including complex demographic processes, metapopulations, and multispecies models.

This website includes a quick start guide, examples, vignettes, and package documentation. Template models have been developed for several species. These are included in the aae.pop.templates package and are described here.

You can install the current version of the package from Github:

remotes::install_github("aae-stats/aae.pop")

aae.pop is designed as a general package for population models. Several existing models are included in the aae.pop.templates package, which can be installed from Github:

remotes::install_github("aae-stats/aae.pop.templates")