View source: R/nosoi_sanityChecks-Messages.R
CoreSanityChecks | R Documentation |
Checks if the simulator can start: did the user provide a length, a maximum number of infected individuals and a number of "seeding" individuals?
CoreSanityChecks(length.sim, max.infected, init.individuals)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.