constant {denim} | R Documentation |
Define a fixed number of individuals of the left compartment transit to the right compartment at every time step
constant(x)
x |
number of individuals who move from one compartment to another |
a Distribution object for simulator
transitions <- list("S->I" = constant(10))