Specify Absolute Flow Between Compartments (Experimental)
Source:R/formula_list_generators.R
mp_absolute_flow.Rd
An experimental alternative to mp_per_capita_flow
that
allows users to specify flows using absolute rates instead of
per-capita rates.
Arguments
- from
String giving the name of the compartment from which the flow originates.
- to
String giving the name of the compartment to which the flow is going.
- rate
String giving the expression for the absolute flow rate per time-step.
- rate_name
String giving the name for the variable that will store the
rate
.