CInt_f {Ecohydmod}R Documentation

Canopy interceptation

Description

This function calculates the amount of rain intercepted in the canopy.

Usage

CInt_f(R, Rstar)

Arguments

R

Rainfall

Rstar

The maximum amount which the canopy intercepts

Details

Interceptation

Value

canopy interceptation

Examples

CInt_f(R = 10, Rstar = 3)

[Package Ecohydmod version 1.0.0 Index]