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.
- flow_name
String giving the name for the variable that will store the
rate
.- rate_name
Deprecated synonym for
flow_name
. Please useflow_name
in all future work.