https://github.com/mattmar/dynamaedes
Model to simulate the population dynamics of four Aedes mosquito species.
https://github.com/mattmar/dynamaedes
ecology invasive-species modelling mosquitoes pathogens
Last synced: 3 months ago
JSON representation
Model to simulate the population dynamics of four Aedes mosquito species.
- Host: GitHub
- URL: https://github.com/mattmar/dynamaedes
- Owner: mattmar
- Created: 2019-10-25T16:56:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T08:39:03.000Z (4 months ago)
- Last Synced: 2025-10-22T03:52:50.249Z (3 months ago)
- Topics: ecology, invasive-species, modelling, mosquitoes, pathogens
- Language: R
- Homepage: https://mattmar.github.io/dynamAedes/
- Size: 16.1 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# dynamAedes 
[](https://cran.r-project.org/package=dynamAedes)
## 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:
- It allows to simulate the active and passive dispersal of adult mosquitoes (when *scale="local"*).
- It's a stochastic model, thus the distribution of its output metrics (e.g., number of adults) integrates "random" variation and can thus differ slightly between different model runs.
- It provides four functions (*psi*, *adci*, *dici* and *icci*) to easily derive summary metrics (i.g., based on user-defines quantiles) on the space-time trend of the simulated population dynamics, e.g., the 95% CI of the population dispersal in a given period or the number of cells colonised.
## Installation
``` r
# Install the released version from CRAN
install.packages("dynamAedes")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("mattmar/dynamAedes")
```