makeInflowFromSoln {microPop} | R Documentation |
Used for running microPop with multiple compartments Takes the solution (state of system) from the previous compartment (out$solution) and then finds the washout rate of each state variable using removalRateFunc to find the inflow rate to the next downstream compartment
Description
Used for running microPop with multiple compartments Takes the solution (state of system) from the previous compartment (out$solution) and then finds the washout rate of each state variable using removalRateFunc to find the inflow rate to the next downstream compartment
Usage
makeInflowFromSoln(out)
Arguments
out |
output from microPopModel() |
Value
matrix of flow rates (conc/time) with named columns (the same as out$solution)
[Package microPop version 1.6 Index]