k_rel {wasim}R Documentation

Extreme ratio of hydrological recession constants of two discharge time series

Description

This function calculates the most extreme ratio between local hydrological recession constant for each point in two discharge time series.

Usage

k_rel(x, y)

Arguments

x discharge time serie
y discharge time serie

Value

A scalar with the most extreme ratio

Author(s)

Dominik Reusser

See Also

k_hyd, diagnostic

Examples


   data(example.peaks,package="wasim")

   k_rel(reference.peak, example.peaks[1,])


[Package wasim version 1.0 Index]