make_MYZinits_RM | R Documentation |
Make inits for RM adult mosquito model
make_MYZinits_RM(
nPatches,
max_eip,
MYZopts = list(),
M0 = 5,
P0 = 1,
U0 = 0,
Y0 = 1,
Z0 = 1
)
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 |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.