Description Usage Arguments Value Author(s) Examples
Temperature dependence of soil respiration after Equation 11 in Lloyd & Taylor (1994)
| 1 2 | fLloydTaylor(R_ref.n, E_0.n, Tsoil.n, T_ref.n = 273.15 + 
    10, T_0.n = 227.13)
 | 
| R_ref.n | Respiration rate at reference temperature | 
| E_0.n | Temperature sensitivity ("activation energy") in Kelvin (degK) | 
| Tsoil.n | Soil temperature in Kelvin (degK) | 
| T_ref.n | Reference temperature of 10 degC in Kelvin (degK) | 
| T_0.n | Regression temperature as fitted by LloydTaylor (1994) in Kelvin (degK) | 
Data vector of soil respiration rate (R, umol CO2 m-2 s-1)
AMM reference<< Lloyd J, Taylor JA (1994) On the temperature dependence of soil respiration. Functional Ecology, 8, 315-323. (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
| 1 2 3 |   T <- c(-10:30)
resp <- fLloydTaylor( 10, 330, T+273.15)
plot( resp ~ T)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.