mattmar / dynamAedes

Model to simulate the population dynamics of four Aedes mosquito species.
https://mattmar.github.io/dynamAedes/
7 stars 0 forks source link
ecology invasive-species modelling mosquitoes pathogens

dynamAedes

CRAN
status

Overview

dynamAedes is a stochastic, time-discrete and spatially-explicit population dynamical model for four invasive Aedes mosquito species: Aedes aegypti, Ae. albopictus, Ae. japonicus and Ae. koreicus.

The model is driven by temperature, photoperiod and intra-specific larval competition and can be applied to three different "spatial scales": punctual, local and regional. These modes consider different degrees of spatial complexity and data availability, for example by accounting for active and passive dispersal of mosquitoes or for specific input temperature data (weather station vs. gridded remotely-sensed temperature data).

The main features of dynamAedes are:

Installation

# Install the released version from CRAN
install.packages("dynamAedes")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("mattmar/dynamAedes")