get system quantity (e.g. startValue, inflowRate, washOut) for all state variables (convention is that microbes are before resources)
getValues(
sysInfoMicrobes,
sysInfoRes,
stateVarNames,
quantity,
strainNames,
microbeNames,
resourceNames,
numStrains
)sys info dataframe for microbes
sys info dataframe for resources
Vector of names of all the state variables
String. Name of quantity to get value for e.g. 'startValue'
Vector of strings of strain names
Vector of strings which contains the names of the microbial groups in the system e.g. c('Bacteroides','Acetogens')
Vector of strings which contains the names of the resources in the system
Integer. Number of strains per group