Description Usage Arguments Details Value Examples
Computes population quantiles for given return periods. Estimation is done using L-moments.
1 | evquantile(fit, return.period = NULL)
|
fit |
object of class |
return.period |
numeric vector of return periods |
This function is vectorized over return.period
.
A matrix containing the low-flow quantiles, with rows corresponding to return periods columns to distributions.
1 2 3 4 5 6 7 8 9 | data("ngaruroro")
# using tyears is a fast way to produce an object of class evfit
y <- tyears(ngaruroro, dist = "wei", event = 100, plot = TRUE)
# computing quantiles for given return periods
rp <- c(1.42, 5, 10)
evquantile(y, return.period = rp)
rpline(y, return.period = rp, suffix = c("a", "m\u00B3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.