Learn R Programming

Ecohydmod (version 1.0.0)

CInt_f: 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

Value

canopy interceptation

Details

Interceptation

Examples

Run this code
# NOT RUN {
CInt_f(R = 10, Rstar = 3)
# }

Run the code above in your browser using DataLab