sig_Quantile | R Documentation |
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.
sig_Quantile(Data, tile = 95)
Data |
[xts / array]-2D(time, space) Time serious Data in difficult location. |
tile |
[num / vector]-range(0-100) The tiles (positions). |
[xts / array]-2D(tile, space) The data in the tiles.
rslt <- sig_Quantile(xts_Q) rslt <- sig_Quantile(xts_Q, tile = c(10, 50, 90))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.