nosoiSimOneConstructor {nosoi} | R Documentation |
nosoiSimOne Constructor
Description
Creates a nosoiSimOne
object.
Usage
nosoiSimOneConstructor(
N.infected,
table.hosts,
table.state,
prefix.host,
popStructure = c("none", "discrete", "continuous")
)
Arguments
N.infected |
number of infected hosts |
table.hosts |
data.table of hosts |
table.state |
data.table of hosts movement |
popStructure |
geographical structure (one of "none, "discrete" or "continuous") |
Value
An object of class nosoiSimOne
[Package nosoi version 1.1.2 Index]