cal_threshold: HW threshold

Description Usage Arguments

View source: R/HW_threshold.R

Description

HW threshold

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
cal_threshold(
  x,
  date = NULL,
  probs = NULL,
  p1 = 1961,
  p2 = 1990,
  method = c("none", "mov"),
  I_grid = NULL,
  halfwin = 7,
  ...
)

cal_threshold_mov(
  x,
  date = NULL,
  probs = NULL,
  p1 = 1961,
  p2 = 1990,
  I_grid = NULL,
  halfwin = 7,
  ...
)

Arguments

x

3d array or numeric vector, with the dimension of [lon, lat, ntime]

method

if ‘method = ’mov'“, 15 day moving average will be applied.


CUG-hydro/heatwave documentation built on Dec. 17, 2021, 1:53 p.m.