Description Usage Arguments Value Author(s) References Examples
Calculates the effects of temperature on decomposition rates according to the DEMETER model.
1 | fT.Demeter(Temp, Q10 = 2)
|
Temp |
A scalar or vector containing values of temperature for which the effects on decomposition rates are calculated |
Q10 |
A scalar. Temperature coefficient Q10 |
A scalar or a vector containing the effects of temperature on decomposition rates (unitless).
Carlos A. Sierra <csierra@bgc-jena.mpg.de>, Markus Mueller <mamueller@bgc-jena.mpg.de>
Foley, J. A. (1995), An equilibrium model of the terrestrial carbon budget, Tellus B, 47(3), 310-319.
1 2 3 | Temperature=0:50
plot(Temperature,fT.Demeter(Temperature),type="l",ylab="f(T) (unitless)",
main="Effects of temperature on decomposition rates according to the DEMETER model")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.