MicroMosquitoMale History ObjectGenerate the history object for MicroMosquitoMale
MosquitoMaleHistory(stateH = NULL, timeH = NULL, ixH, pSetH)
| stateH | state trajectory |
|---|---|
| timeH | transition times |
| ixH | sites visited (initialized to site of emergence) |
| pSetH | point sets visited (initialized to site of emergence) |
list
MosquitoMaleHistory(ixH = 0L, pSetH = "l")#> $stateH #> NULL #> #> $timeH #> NULL #> #> $ixH #> [1] 0 #> #> $pSetH #> [1] "l" #>