Learn R Programming

tiger (version 0.2.3.1)

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

See Also

k_hyd, diagnostic_dawson

Examples

Run this code

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

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

Run the code above in your browser using DataLab