nosoiSimConstructor {nosoi} | R Documentation |
nosoiSim Constructor
Description
Creates a nosoiSim
object.
Usage
nosoiSimConstructor(
total.time,
type = c("single", "dual"),
pop.A,
pop.B = NULL
)
Arguments
total.time |
total time of the simulation |
type |
population structure (one of "single or "dual) |
pop.A |
an object of class |
pop.B |
an object of class |
Value
An object of class nosoiSim
[Package nosoi version 1.1.2 Index]