cumulativeInfected {nosoi} | R Documentation |
Cumulative number of infected hosts at time t
Description
For a given time t, this function returns the cumulative number of infected units since the start of the simulation.
Usage
cumulativeInfected(table.nosoi, t)
Arguments
table.nosoi |
result of function |
t |
time (integer) |
Value
Number of infected units at time t
See Also
[Package nosoi version 1.1.2 Index]