Learn R Programming

SoilR (version 1.1-23)

fT.Demeter: Effects of temperature on decomposition rates according to the DEMETER model

Description

Calculates the effects of temperature on decomposition rates according to the DEMETER model.

Usage

fT.Demeter(Temp, Q10 = 2)

Arguments

Temp
A scalar or vector containing values of temperature for which the effects on decomposition rates are calculated
Q10
A scalar. Temperature coefficient Q10

Value

References

Foley, J. A. (1995), An equilibrium model of the terrestrial carbon budget, Tellus B, 47(3), 310-319.

Examples

Run this code
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")

Run the code above in your browser using DataLab