Skip to contents

Make parameters for generalized GeRM ODE adult mosquito model

Usage

make_parameters_MYZ_GeRM_exo(
  pars,
  F_g,
  F_sigma,
  F_f,
  F_q,
  F_nu,
  eggsPerBatch,
  tau,
  calK,
  solve_as = "dde"
)

Arguments

pars

an environment

F_g

function to compute the mosquito mortality rate

F_sigma

function to compute the emigration rate

F_f

function to compute the feeding rate

F_q

function to compute the human blood fraction

F_nu

function to compute oviposition rate of gravid mosquitoes

eggsPerBatch

eggs laid per oviposition

tau

length of extrinsic incubation period

calK

mosquito dispersal matrix of dimensions nPatches by nPatches

solve_as

is a switch: either 'ode' or 'dde'

Value

none