Last data update: 2014.03.03

R: Mean ratio of hydrological recession constants of two...
k_relR Documentation

Mean ratio of hydrological recession constants of two discharge time series

Description

This function calculates the mean 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 mean ratio

Author(s)

Dominik Reusser

See Also

k_hyd, diagnostic_dawson

Examples


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

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

Results