Learn R Programming

wasim (version 1.0)

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

See Also

k_hyd, diagnostic

Examples

Run this code
data(example.peaks,package="wasim")

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

Run the code above in your browser using DataLab