Make an empty occupancy vector at a single time slice for the PfSI module. This is a helper function called by util_PfSIHistory

util_PfSISlice(time)

Arguments

time

current time slice

Value

list

Examples

util_PfSISlice(time = 0)
#> $time #> [1] 0 #> #> $init #> [1] 0 #> #> $S #> [1] 0 #> #> $I #> [1] 0 #> #> $F #> [1] 0 #> #> $P #> [1] 0 #> #> $PEvaxx #> [1] 0 #> #> $PEwane #> [1] 0 #> #> $GSvaxx #> [1] 0 #> #> $GSwane #> [1] 0 #>