CInt_f: Canopy interceptation

Description Usage Arguments Details Value Examples

View source: R/Interceptation.R

Description

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

Usage

1
CInt_f(R, Rstar)

Arguments

R

Rainfall

Rstar

The maximum amount which the canopy intercepts

Details

Interceptation

Value

canopy interceptation

Examples

1
CInt_f(R = 10, Rstar = 3)

Ecohydmod documentation built on May 2, 2019, 3:30 p.m.

Related to CInt_f in Ecohydmod...