Quantile_freq: Trend of Values under quantile based Threshold U

View source: R/Quantile_freq.R

Quantile_freqR Documentation

Trend of Values under quantile based Threshold U

Usage

Quantile_freq(data, station, quantile, graphic = T)

Arguments

data

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

station

character; Name of the station. Must equal entry in data list.

quantile

numeric; If Input is 0.1; 90

\item

graphicdefault=T; if T, returns Histogram and Densityplot. if F; returns vector containing trends, calculated with zyp/stats.

Trend of Values under quantile based Threshold U

## Not run: Quantile_freq(data, "COCHEM", 0.1)

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