Description Usage Arguments Value See Also
This function updates the biomass given the biomass at the previous time step and the size of the time step.
1  | euler_step_biomass(biomass_t0, rate, time_step)
 | 
biomass_t0 | 
 biomass in the current time step  | 
rate | 
 the growth rate for exponential growth  | 
time_step | 
 time step given by t1-t0  | 
biomass after time.step=t1-t0: biomass.t1 = biomass.t0 * exp(rate * time.step)
euler_step_metabolites, update_system_state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.