Learn R Programming

SoilR (version 1.1-23)

fT.Standcarb: Effects of temperature on decomposition rates according to the StandCarb model

Description

Calculates the effects of temperature on decomposition rates according to the StandCarb model.

Usage

fT.Standcarb(Temp, Topt = 45, Tlag = 4, Tshape = 15, Q10 = 2)

Arguments

Temp
A scalar or vector containing values of temperature for which the effects on decomposition rates are calculated.
Topt
A scalar representing the optimum temperature for decomposition.
Tlag
A scalar that determines the lag of the response curve.
Tshape
A scalar that determines the shape of the response curve.
Q10
A scalar. Temperature coefficient Q10.

Value

References

Harmon, M. E., and J. B. Domingo (2001), A users guide to STANDCARB version 2.0: A model to simulate carbon stores in forest stands. Oregon State University, Corvallis.

Examples

Run this code
Temperature=0:50
plot(Temperature,fT.Standcarb(Temperature),type="l",ylab="f(T) (unitless)", 
     main="Effects of temperature on decomposition rates according to the StandCarb model")

Run the code above in your browser using DataLab