make_Xinits_SEIR.Rd
Make initial values for the SEIR human model, with defaults
make_Xinits_SEIR(
nStrata,
Xopts = list(),
H0 = NULL,
S0 = NULL,
E0 = 0,
I0 = 1,
R0 = 0
)
the number of strata in the model
a [list] to overwrite defaults
the initial human population density
the initial values of the parameter S
the initial values of the parameter E
the initial values of the parameter I
the initial values of the parameter R
a [list]