Skip to contents

The package ramp.forcing supports development of non-autonomous systems of differential equations, including (but not limited to):

  • exogenous forcing by weather, such as temperature or rainfall

  • resource dynamics

  • vector control

  • mass distribution of health interventions, including mass treatment and mass vaccination

It also includes methods to simulate entomological surveillance.

GitHub

To install the latest version from GitHub, run the following lines of code in an R session.

library(devtools)
devtools::install_github("dd-harp/ramp.forcing")