assignNAsToMFGs function

Assigns NA to the MFG data frames for parameter values that are not used Even though these values are not used it is important that they are NAs when assigning random strain values It alters the global variables that are the MFG dataframes

Assigns NA to the MFG data frames for parameter values that are not used Even though these values are not used it is important that they are NAs when assigning random strain values It alters the global variables that are the MFG dataframes

assignNAsToMFGs(microbeNames, numPaths, keyRes, resourceNames)

Arguments

  • microbeNames: Vector of strings which contains the names of the microbial groups in the system e.g. c('Bacteroides','Acetogens')
  • numPaths: Named vector. Number of paths for each microbial group
  • keyRes: Name of the key resource
  • resourceNames: Vector of strings which contains the names of the resources in the system

Returns

nothing