make_Xinits_garki.Rd
Make inits for garki human model. Note that the variables should sum up to H, so the initial value of H is not set. The values are passed in the same order as they are presented in the original paper.
make_Xinits_garki(
nStrata,
H,
Xopts = list(),
x2 = 0,
y1 = 0,
y2 = 0,
y3 = 0,
x3 = 0,
x4 = 0
)
is the number of population strata
a [numeric] initial value for total human population density
a [list] with values to override default values
a [numeric] initial value for the variable x2
a [numeric] initial value for the variable y1
a [numeric] initial value for the variable y2
a [numeric] initial value for the variable y3
a [numeric] initial value for the variable x3
a [numeric] initial value for the variable x4
none