83: Effects of moisture on decomposition rates according to the...

Description Usage Arguments Author(s) References Examples

Description

Calculates the effects of water content on decomposition rates.

Usage

1
fW.Moyano(theta, a = 3.11, b = 2.42)

Arguments

theta

A scalar or vector containing values of volumetric soil water content.

a

Empirical parameter

b

Empirical parameter

Author(s)

Carlos A. Sierra, Markus Mueller

References

F. E. Moyano, S. Manzoni, C. Chenu. 2013 Responses of soil heterotrophic respiration to moisture availability: An exploration of processes and models. Soil Biology and Biochemistry, Volume 59, April 2013, Pages 72-85

Examples

1
2
3
4
th=seq(0,1,0.01)
xi=fW.Moyano(theta=th)
plot(th,xi,type="l",main="Effects of soil water content on decomposition rates",
     xlab="Volumetric soil water content (cm3 cm-3)",ylab=expression(xi))

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

Related to 83 in SoilR...