75: Effects of temperature on decomposition rates according to...

Description Usage Arguments Value Note Author(s) References Examples

Description

Calculates the effects of temperature on decomposition rates according to the functions included in the RothC model.

Usage

1
fT.RothC(Temp)

Arguments

Temp

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

Value

A scalar or a vector containing the effects of temperature on decomposition rates (unitless).

Note

This function returns NA for Temp <= -18.3

Author(s)

Carlos A. Sierra, Markus Mueller

References

Jenkinson, D. S., S. P. S. Andrew, J. M. Lynch, M. J. Goss, and P. B. Tinker (1990), The Turnover of Organic Carbon and Nitrogen in Soil, Philosophical Transactions: Biological Sciences, 329(1255), 361-368.

Examples

1
2
3
Temperature=0:50
plot(Temperature,fT.RothC(Temperature),type="l",ylab="f(T) (unitless)", 
     main="Effects of temperature on decomposition rates according to the RothC model")

SoilR documentation built on May 4, 2017, 9:08 p.m.

Related to 75 in SoilR...