sig_Quantile: Quantile / Percentile decreasing

View source: R/sig.R

sig_QuantileR Documentation

Quantile / Percentile decreasing

Description

Quantile / Percentile of data in decreasing, e.g. streamflow, precipitation, temperature and so on. The Q5 is the high flow, Q95 is the low flow. For the other scale (if you want) can use apply.yearly(Data, sig_Quantile, tile = c(5, 95)) or apply.weekly apply.monthly apply.quarterly apply.yearly.

Usage

sig_Quantile(Data, tile = 95)

Arguments

Data

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

tile

[num / vector]-range(0-100) The tiles (positions).

Value

[xts / array]-2D(tile, space) The data in the tiles.

Examples

rslt <- sig_Quantile(xts_Q)
rslt <- sig_Quantile(xts_Q, tile = c(10, 50, 90))

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