sig_Runoff_ratio: Runoff ratio

View source: R/sig.R

sig_Runoff_ratioR Documentation

Runoff ratio

Description

Runoff ratio of the time serise data. For the other scale (if you want) can use apply.yearly or apply.weekly apply.monthly apply.quarterly apply.yearly see the example. please make sure the Streamflow and Preciptation have the same unit.

Usage

sig_Runoff_ratio(Streamflow, Preciptation)

Arguments

Streamflow

[xts / array]-2D(time, space) Time serious Streamflow in difficult location.

Preciptation

[xts / array]-2D(time, space) Time serious Preciptation in difficult location.

Value

[array]-2D(1, space) The Runoff ratio. Or [xts]-2D(sum_time, space) for other scale with apply.XXXly.

Examples

rslt <- sig_Runoff_ratio(xts_Q, xts_P)

LuckyKanLei/HydSig documentation built on June 30, 2022, 8:07 p.m.