CoreSanityChecks {nosoi} | R Documentation |
Checks if the simulator can start
Description
Checks if the simulator can start: did the user provide a length, a maximum number of infected individuals and a number of "seeding" individuals?
Usage
CoreSanityChecks(length.sim, max.infected, init.individuals)
Arguments
length.sim |
specifies the length (in unit of time) over which the simulation should be run. |
max.infected |
specifies the maximum number of hosts that can be infected in the simulation. |
init.individuals |
number of initially infected individuals. |
[Package nosoi version 1.1.2 Index]