Learn R Programming

SoilR (version 1.1-23)

fT.Daycent1: Effects of temperature on decomposition rates according to the DAYCENT model

Description

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

Usage

fT.Daycent1(Temp)

Arguments

Temp
A scalar or vector containing values of soil temperature for which the effects on decomposition rates are calculated

Value

References

Kelly, R. H., W. J. Parton, M. D. Hartman, L. K. Stretch, D. S. Ojima, and D. S. Schimel (2000), Intra-annual and interannual variability of ecosystem processes in shortgrass steppe, J. Geophys. Res., 105.

Examples

Run this code
Temperature=0:50
plot(Temperature,fT.Daycent1(Temperature),type="l",ylab="f(T) (unitless)", 
     main="Effects of temperature on decomposition rates according to the DAYCENT model")

Run the code above in your browser using DataLab