U_prob: Probability to fall below U

View source: R/U_prob.R

U_probR Documentation

Probability to fall below U

Description

Function returns probability to to receive a smaller Discharge Value than U

Usage

U_prob(U, station, data)

Arguments

U

numeric; Limit Value. Function returns possibility to receive Value smaller than U.

station

character; Name of the Station e.g. "COCHEM" - must be named equally like list entry in data.

data

list; contains all stations that the discharge analysis should consider. List can be created by grdc_list. Each entry of the list contains the existing discharge measurements (as numeric) and the corresponding dates (as character) for the station.

Value

Probability

Examples

## Not run:  U_prob(88, "TRIER UP", mosel)


maibrittbergh/dischanalyst documentation built on May 13, 2022, 1:52 a.m.