make_MYZinits_RM: Make inits for RM adult mosquito model

View source: R/adult-RM.R

make_MYZinits_RMR Documentation

Make inits for RM adult mosquito model

Description

Make inits for RM adult mosquito model

Usage

make_MYZinits_RM(
  nPatches,
  max_eip,
  MYZopts = list(),
  M0 = 5,
  P0 = 1,
  U0 = 0,
  Y0 = 1,
  Z0 = 1
)

Arguments

nPatches

the number of patches in the model

max_eip

the maximum number of EIP cohorts, an integer

MYZopts

a list of values that overwrites the defaults

M0

total mosquito density at each patch

P0

total parous mosquito density at each patch

U0

total uninfected mosquito density at each patch

Y0

infected mosquito density at each patch

Z0

infectious mosquito density at each patch

Value

a list


dd-harp/MicroMoB documentation built on June 6, 2024, 4:43 p.m.