Make parameters for trivial aquatic mosquito model
Source:R/adult-MY-trivial.R
make_MY_obj_trivial.RdMake parameters for trivial aquatic mosquito model
Usage
make_MY_obj_trivial(
nPatches,
options,
f = 1,
q = 1,
Z = 1,
eggs = 1,
season_par = makepar_F_one(),
trend_par = makepar_F_one(),
shock_par = makepar_F_one()
)Arguments
- nPatches
an integer
- options
a list of values that overwrites the defaults
- f
the blood feeding rate
- q
the human fraction
- Z
the human fraction
- eggs
the human fraction
- season_par
parameters to configure a
F_seasonusing make_function- trend_par
parameters to configure
F_trendusing make_function- shock_par
parameters to configure
F_shockusing make_function