Learn R Programming

pbm (version 1.2.1)

tteq: Time to Equilibrium

Description

Returns the time taken to reach 95% equilibrium.

Usage

tteq(conc, kon, koff, theta = 0.95)

Arguments

conc

Analyte concentration.

kon

Kon binding constant.

koff

Koff binding constant.

theta

Default 0.95.

Examples

Run this code
# NOT RUN {
tteq(6e-7,20000,0.01)
# }

Run the code above in your browser using DataLab