waterUptakeRatio {microPop} | R Documentation |
Computes the mass ratio of water uptake to substrate uptake (i.e. mass uptake of water divided by total mass uptake)
Description
Computes the mass ratio of water uptake to substrate uptake (i.e. mass uptake of water divided by total mass uptake)
Usage
waterUptakeRatio(microbeNames, stoichiom, Rtype, numPaths)
Arguments
microbeNames |
Vector of strings which contains the names of the microbial groups in the system e.g. c('Bacteroides','Acetogens') |
stoichiom |
Array: stoichiom[gname,resName,pathName] |
Rtype |
Resource type array: Rtype[gname,resName,pathName] |
numPaths |
Named vector. Number of paths for each microbial group |
Value
water mass ratio matrix [gname,pathName] with names.
[Package microPop version 1.6 Index]