mineralSoilIndexMain: Mineral Soil Index Main

View source: R/mineral_soil_index.R

mineralSoilIndexMainR Documentation

Mineral Soil Index Main

Description

The mineral soil index main calls all required function and produces the rating for mineral soil over the study site.

Usage

mineralSoilIndexMain(
  ppe,
  surfaceSiltPercent,
  surfaceClayPercent,
  subsurfaceSiltPercent,
  subsurfaceClayPercent,
  waterTableDepth,
  surfaceOC,
  depthOfTopSoil,
  surfacepH,
  surfaceSalinity,
  surfaceSodicity,
  depthOfPeat,
  subsurfaceBulkDensity,
  impedingLayerDepth,
  subsurfacepH,
  subsurfaceSalinity,
  subsurfaceSodicity
)

Arguments

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)

surfaceOC

Percentage of surface (depths 0-60cm) organic carbon

depthOfTopSoil

Depth of top soil up to a max of 20cm

surfacepH

Surface pH measured in saturated paste (depths 0-60cm)

surfaceSalinity

Surface salinity (depths 0-60cm)

surfaceSodicity

Surface sodicity (depths 0-60cm)

depthOfPeat

Depth of organic (peaty) surface

subsurfaceBulkDensity

Subsurface bulk density

impedingLayerDepth

Subsurface impeding layers depth (cm)

subsurfacepH

Subsurface pH measured in substrate paste (depths 60-200cm)

subsurfaceSalinity

Subsurface salinity (depths 60-200cm)

subsurfaceSodicity

Subsurface sodicity (depths 60-200cm)

Value

Mineral soil rating


mitmon/SRS documentation built on Jan. 12, 2023, 12:15 a.m.