modelKinrespBeta {twKinresp} | R Documentation |
Calculate respiration for time x based on coefficients beta_i.
modelKinrespBeta(x, betai)
x |
time |
betai |
named numeric vector (beta0,beta1,beta2) |
beta0 + beta1*exp(beta2*x)
Thomas Wutzler <thomas.wutzler@web.de>