R/build_flowmat.R
build_flowmat.Rd
Given a list of (unparsed) rate functions, construct the matrix of compartment flows.
build_flowmat(rates, compartment_names)
Unparsed list of rate functions (intermediate object within the
stem_dynamics
function)
vector of compartment_strata names
matrix whose elements indicate the change in each compartment (columns) associated with each reaction event (rows).