compute_stable_populations: Computes the stable populations that exists in a solved...

Description Usage Arguments

View source: R/de_system_analysis.R

Description

Mostly for testing purposes

Usage

1
2
3
  compute_stable_populations(ss, strains = "all",
    timeAfter = 0, timeBefore = 0,
    comparison_magnitude = 4)

Arguments

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.


philliplab/hdsResistanceModel documentation built on May 25, 2019, 5:05 a.m.