calc_permeability: Calculate the permeability of the top soil

View source: R/groundwater_recharge.R

calc_permeabilityR Documentation

Calculate the permeability of the top soil

Description

This function calculates the permeability of the top soil

Usage

calc_permeability(A_CLAY_MI, A_SAND_MI, A_SILT_MI, A_SOM_LOI)

Arguments

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_SAND_MI

(numeric) The sand content of the soil (%)

A_SILT_MI

(numeric) The silt content of the soil (%)

A_SOM_LOI

(numeric) The organic matter content of the soil (%)


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.