Description Usage Arguments Details
View source: R/HW_index_3con.R
HWs of Three conditions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | HW_3con(
x,
p_high = 0.975,
p_low = 0.81,
mink = 3,
TRS_high = NULL,
TRS_low = NULL,
date = NULL,
p1 = 1961,
p2 = 1990,
method = c("dt", "map"),
diff = FALSE,
...
)
HW_3con_rcpp(
x,
p_high = 0.975,
p_low = 0.81,
mink = 3,
TRS_high = NULL,
TRS_low = NULL,
date = NULL,
p1 = 1961,
p2 = 1990,
...
)
HW_3con_array(arr, ..., use.cpp = TRUE)
|
date |
if NULL, |
... |
other parameters to |
arr |
3d array, with the dimension of |
T1 = quantile(x, p_high)
, T2 = quantile(x, p_low)
.
HWs need to satisfy the following three conditions simultaneously:
Everyday > T2;
3+ consecutive days > T1;
Avg Tmax > T1 for whole period
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.