Learn R Programming

Ecohydmod (version 1.0.0)

Lk_f: Leakage

Description

This function calculates the leakage based on the soil moisture, soil water retantion curve and the soil hydraulic conductivity.

Usage

Lk_f(s, Ks, b)

Arguments

s

Soil moisture

Ks

Soil saturated hydraulic conductivity

b

The exponent of the water retention curve

Value

leakage

Details

Leakage function based on the soil moisture

Examples

Run this code
# NOT RUN {
Lk_f(s = 0.25, Ks = 2000, b = 4.38)
# }

Run the code above in your browser using DataLab