powered by
Returns a response value for given parameters at time, t.
binding1to1(t, t0, conc, kon, koff, rmax, drift = 0, offset = 0, doffset = 0)
Time.
Time of dissociation.
Analyte concentration.
Kon binding constant.
Koff binding constant.
Maximum response, Rmax.
Optional. Parameter to add a linear baseline drift.
Optional. Applies a global offset to the response value.
Optional. Applies an offset at the start of dissociation.
# NOT RUN { time <- seq(1,2000) curve <- binding1to1(time,1000,6e-9,1000,0.01,0.6) plot(curve) # }
Run the code above in your browser using DataLab