rindex: rindex: Estimation of runoff index in an ungauged basin

View source: R/hydRopclim.R

rindexR Documentation

rindex: Estimation of runoff index in an ungauged basin

Description

Estimation of a monthly runoff index in an ungauged watershed through GR2M model and geomorphometric parameters (Rau et al, 2019).

Usage

rindex(data,a,l,p)

Arguments

data: A monthly dataframe object including Dates (Date), Precipitation (P) and Potential Evapotranspiration (PET) in mm

a: A numeric value: Watershed area in km2

l: A numeric value: Watershed main channel lenght in km

p: A numeric value: Watershed perimeter in km2

Examples

rindex(data=database7, a=2352, l=88.3, p=261)

hydrocodes/hydRopclim documentation built on Nov. 22, 2023, 9:27 p.m.