View source: R/mineral_soil_index.R
mineralSoilMoistureDeduction | R Documentation |
The moisture deduction returns the point deduction for the available water holding capacity "AWHC", the surface texture, subsurface texture, and water table depth. The deduction is divided into two part, the first being the texture deduction using the AWHC, surface and subsurface textures. The second part takes a removes a percentage of the deduction based on the water table depth.
mineralSoilMoistureDeduction( ppe, surfaceSiltPercent, surfaceClayPercent, subsurfaceSiltPercent, subsurfaceClayPercent, waterTableDepth )
ppe |
Precipitation minus potential evapotranspiration |
surfaceSiltPercent |
Percentage of surface (depths 0-60cm) silt |
surfaceClayPercent |
Percentage of surface (depths 0-60cm) clay |
subsurfaceSiltPercent |
Percentage of subsurface (depths 61-200cm) silt |
subsurfaceClayPercent |
Percentage of subsurface (depths 61-200cm) clay |
waterTableDepth |
Water table depth (in cm) |
Deduction points for the moisture deduction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.