modelKinrespBeta {twKinresp}R Documentation

modelKinrespBeta

Description

Calculate respiration for time x based on coefficients beta_i.

Usage

modelKinrespBeta(x, betai)

Arguments

x

time

betai

named numeric vector (beta0,beta1,beta2)

Value

beta0 + beta1*exp(beta2*x)

Author(s)

Thomas Wutzler <thomas.wutzler@web.de>

See Also

fitKinrespBetaReplicate


[Package twKinresp version 0.0.5 Index]