Make parameters for RM ODE adult mosquito model

create_MYZpar_RMG(
  nPatches,
  MYZopts = list(),
  eip = 12,
  g = 1/12,
  sigma_b = 1/8,
  sigma_q = 1/8,
  mu = 0,
  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

eip

extrinsic incubation period

g

mosquito mortality rate

sigma_b

emigration rate while blood feeding

sigma_q

emigration rate while egg laying

mu

emigration loss

f

feeding rate

q

human blood fraction

nu

oviposition rate, per mosquito

eggsPerBatch

eggs laid per oviposition

Value

a [list]