Generate the history object for MicroMosquitoMale

MosquitoMaleHistory(stateH = NULL, timeH = NULL, ixH, pSetH)

Arguments

stateH

state trajectory

timeH

transition times

ixH

sites visited (initialized to site of emergence)

pSetH

point sets visited (initialized to site of emergence)

Value

list

Examples

MosquitoMaleHistory(ixH = 0L, pSetH = "l")
#> $stateH #> NULL #> #> $timeH #> NULL #> #> $ixH #> [1] 0 #> #> $pSetH #> [1] "l" #>