Learn R Programming

SoilR (version 1.1-23)

fT.Arrhenius: Effects of temperature on decomposition rates according the Arrhenius equation

Description

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

Usage

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

Examples

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

Run the code above in your browser using DataLab