steady_state_kBase_relationship: Express the relationship kBase = f(steady state) under...

Description Usage Arguments Examples

View source: R/de_system_analysis.R

Description

The specific circumstances are: 1) There is only 1 strain in the system 2) There is no treatment

Usage

1

Arguments

P0s

the steady state level(s) of the strain. If length(P0s) > 1, a vector of fitnesses will be returned, one for each steady state level.

scenario

The parameters that specify the scenario

Examples

1
2
3
4
as.character(steady_state_kBase_relationship(1000, get_scenario('tc_Simple_1_2')))
# [1] "0.800005405441929"

plot(steady_state_kBase_relationship(seq(100000, 10000000, 100000), get_scenario('tc_Simple_1_2')))

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