range_tau: Bounds of _tau_

Description Usage Arguments Details Value See Also Examples

View source: R/range_tau.R

Description

Computes the bounds of the driving variable (or position) τ on the straight line of relative concentrations such as thereof are between 0 and 1

Usage

1
range_tau(E_ini_fun,B_fun)

Arguments

E_ini_fun

Numeric vector of initial concentrations

B_fun

Numeric vector of global co-regulation coefficients. Same length as E_ini_fun.

Details

Relative concentrations is defined in [0,1]. This function range_tau computes the bounds of τ such as all relative concentrations are between 0 and 1.

The inferior (resp. superior) bound of τ corresponds to minimal (resp. maximal) value of τ such as all relative concentrations are superior or equal to 0 and inferior or equal to 1, with at least one relative concentration equal to 0 or 1.

Value

Numeric vector of the inferior and the superior bounds of driving variable τ

See Also

See details of function droite_e for detailed explanations on τ.

Examples

1
2
3
4
5
beta <- matrix(c(1,10,5,0.1,1,0.5,0.2,2,1),nrow=3)
B <- apply(beta,1,sumbis)
E0 <- c(30,30,30)

range_tau(E0,B)

SimEvolEnzCons documentation built on Oct. 29, 2021, 1:07 a.m.