make a list of pars for HumanPop

HumanPop.Parameters(nSite, bWeight = NULL, siteSize = 10, siteMin = 2)

Arguments

nSite

number of sites (either FeedingSite or link{MacroPatch})

bWeight

numeric value (if NULL biting weights are Gamma(1,1) distributed)

siteSize

average size of population at sites (passed to sitePops)

siteMin

minimum size of population at sites (passed to sitePops)

Value

return a list HumanPop_PAR

Examples

HumanPop.Parameters(nSite = 5) * nHumans: total human population size * sitePops: vector of population at each site * tStart: time to begin simulation * humanIDs: vector of human IDs * siteHumanIDs: list of human IDs by site * homeIDs: vector of site IDs of each human * siteAges: list of ages of humans by site * bDay: vector of birthdays of each human * bWeight: biting weight on humans
#> Error: <text>:2:2: unexpected '*' #> 1: HumanPop.Parameters(nSite = 5) #> 2: * #> ^