Make parameters for RM ODE adult mosquito model

make_MYZpar_RMG(
  nPatches,
  MYZopts = list(),
  EIPmod,
  calK,
  g = 1/12,
  sigma = 1/8,
  f = 0.5,
  q = 0.95,
  nu = 1,
  eggsPerBatch = 60
)

Arguments

nPatches

is the number of patches, an integer

MYZopts

a [list] of values that overwrites the defaults

EIPmod

a [list] that defines the EIP model

calK

a mosquito dispersal matrix of dimensions `nPatches` by `nPatches`

g

mosquito mortality rate

sigma

emigration rate

f

feeding rate

q

human blood fraction

nu

oviposition rate, per mosquito

eggsPerBatch

eggs laid per oviposition

Value

a [list]