HumanPop
make a list of pars for HumanPop
HumanPop.Parameters(nSite, bWeight = NULL, siteSize = 10, siteMin = 2)
nSite | number of sites (either |
---|---|
bWeight | numeric value (if |
siteSize | average size of population at sites (passed to |
siteMin | minimum size of population at sites (passed to |
return a list HumanPop_PAR
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: * #> ^