Skip to contents

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))