constant {denim} | R Documentation |
Fixed transition
Description
Define a fixed number of individuals of the left compartment transit to the right compartment at every time step
Usage
constant(x)
Arguments
x |
number of individuals who move from one compartment to another |
Value
a Distribution object for simulator
Examples
transitions <- list("S->I" = constant(10))
[Package denim version 1.0.0 Index]