Make parameters for SEIR human model, with defaults
make_Xpar_SEIR(
nStrata,
Xopts = list(),
b = 0.55,
r = 1/180,
c = 0.15,
tau = 0.5
)
is the number of population strata
a list that could overwrite defaults
the proportion of infective bites that cause an infection
the the duration of an infection
the proportion of bites on infected humans that infect a mosquito
incubation rate
a list