modelKinrespMic: modelKinrespMic

Description Usage Arguments Value Author(s) See Also

View source: R/fitKinResp.R

Description

Calculate respiration for time, using microbial parameters

Usage

1
2
modelKinrespMic(time, param, lambda = 0.9, 
    YCO2 = 1.5)

Arguments

time
param

named numeric vector ("x0","r0","mumax")

lambda

Ratio of growth associated (coupled) specific

YCO2

Ratio of assimilated carbon per respired carbon.

Value

x0*(1-r0)*(1/lambda-1)*mumax/YCO2 + x0*r0*1/lambda*mumax/YCO2 * exp(mumax*time)

Author(s)

Thomas Wutzler <thomas.wutzler@web.de>

See Also

twKinresp


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