HumanPop.Parameters: MICRO: Initialize HumanPop Parameters for 'HumanPop'

Description Usage Arguments Value Examples

Description

make a list of pars for HumanPop

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

smitdave/MASH documentation built on May 30, 2019, 5:02 a.m.