
growExp
implements a growth model of organisms in their environment.
growExp(object, growth)
"growExp"(object, growth)
optimizeLP
plus to the already present growth value
Organism-class
and optimizeLP
## Not run:
# data(Ec_core, envir = environment()) #get Escherichia coli core metabolic model
# org <- Organism(Ec_core,deathrate=0.05,
# growthlimit=0.05,growtype="exponential") #initialize a organism
# growExp(org,1)
# ## End(Not run)
Run the code above in your browser using DataLab