Learn R Programming

SoilR (version 1.1-23)

fT.RothC: Effects of temperature on decomposition rates according to the functions included in the RothC model

Description

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

Usage

fT.RothC(Temp)

Arguments

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

Value

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

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

Run the code above in your browser using DataLab