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 )
sysInfoMicrobes
: sys info dataframe for microbessysInfoRes
: sys info dataframe for resourcesstateVarNames
: Vector of names of all the state variablesquantity
: String. Name of quantity to get value for e.g. 'startValue'strainNames
: Vector of strings of strain namesmicrobeNames
: Vector of strings which contains the names of the microbial groups in the system e.g. c('Bacteroides','Acetogens')resourceNames
: Vector of strings which contains the names of the resources in the systemnumStrains
: Integer. Number of strains per group