View source: R/de_system_analysis.R
Mostly for testing purposes
1 2 3  |   compute_stable_populations(ss, strains = "all",
    timeAfter = 0, timeBefore = 0,
    comparison_magnitude = 4)
 | 
ss | 
 A solved system as produced by run_system  | 
strains | 
 A vector of the strain numbers to use in the computation. Can also be 'all' in which case all strains will be used. Strains are labelled from 1 to n.  | 
timeAfter | 
 Only time points after the value for this variable will be used.  | 
timeBefore | 
 If it is greater than 0, then only time points before this value will be used.  | 
comparison_magnitude | 
 If two subsequent values of the state variables are within 10^-comparison_magnitude of each other, they will be seen as equal.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.