65: Effects of temperature on decomposition rates according the...

Description Usage Arguments Value Author(s) Examples

Description

Calculates the effects of temperature on decomposition rates according to the Arrhenius equation.

Usage

1
fT.Arrhenius(Temp, A = 1000, Ea = 75000, Re = 8.3144621)

Arguments

Temp

A scalar or vector containing values of temperature (in degrees Kelvin) for which the effects on decomposition rates are calculated.

A

A scalar defining the pre-exponential factor.

Ea

A scalar defining the activation energy in units of J mol^-1.

Re

A scalar defining the universal gas contant in units of J K^-1 mol^-1.

Value

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

Author(s)

Carlos A. Sierra, Markus Mueller

Examples

1
2
3
Temperature=273:300
plot(Temperature,fT.Arrhenius(Temperature),type="l",ylab="f(T) (unitless)", xlab="Temperature (K)",
     main="Effects of temperature on decomposition rates according to the Arrhenius equation")

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

Related to 65 in SoilR...