MicroMosquitoFemale
History ObjectGenerate the history object for MicroMosquitoFemale
MosquitoFemaleHistory(stateH = NULL, timeH = NULL, ixH, pSetH, feedAllH = 0L, feedAllT = NULL, feedHumanH = 0L, feedHumanT = NULL, feedIxH = NULL, bmSizeH = NULL, batchH = NULL)
stateH | state trajectory |
---|---|
timeH | transition times |
ixH | sites visited (initialized to site of emergence) |
pSetH | point sets visited (initialized to site of emergence) |
feedAllH | number of blood meals |
feedAllT | times of blood meals |
feedHumanH | number of blood meals on human hosts |
feedHumanT | times of blood meals on human hosts |
feedIxH | ids of all blood hosts |
bmSizeH | blood meal sizes |
batchH | size of egg batch |
list
MosquitoFemaleHistory(ixH = 0L, pSetH = "l")#> $stateH #> NULL #> #> $timeH #> NULL #> #> $ixH #> [1] 0 #> #> $pSetH #> [1] "l" #> #> $feedAllH #> [1] 0 #> #> $feedAllT #> NULL #> #> $feedHumanH #> [1] 0 #> #> $feedHumanT #> NULL #> #> $feedIxH #> NULL #> #> $bmSizeH #> NULL #> #> $batchH #> NULL #>