findSteadyState: Solves the system for the steady state

Description Usage Value Examples

View source: R/de_system_analysis.R

Description

Needs a scenario to be loaded in the environment in which it is executed

Usage

1

Value

A vector with the state variable in the steady state

Examples

1
2
3
4
5
6
7
8
simple_1_2 <- get_scenario('tc_Simple_1_2')
simple_1_2_params <- compute_parameters(simple_1_2)
initial_values <- with(simple_1_2_params,{
  environment(findSteadyState) <- environment()
  findSteadyState()
})
print(initial_values)
# [1] 2.336842e+07 9.990010e-03 9.990010e-03 8.421053e+09 1.000000e+00

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