modelKinrespBeta: modelKinrespBeta

Description Usage Arguments Value Author(s) See Also

View source: R/fitKinRespBeta.R

Description

Calculate respiration for time x based on coefficients beta_i.

Usage

1
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


twKinresp documentation built on May 2, 2019, 4:47 p.m.