remove_runs {climextRemes}R Documentation

Remove consecutive exceedances from a vector

Description

Remove runs, i.e., consecutive exceedances, from a vector of values and associated indices (days); for use in declustering

Usage

remove_runs(y, index, upperTail = TRUE)

Arguments

y

vector of values

index

vector of indices, one per value, that indicate which elements of y are consecutive

upperTail

logical indicating whether values of y are upper (right) tail values (TRUE) or lower (left) tail values. Defaults to FALSE.


[Package climextRemes version 0.3.1 Index]