getIndicesWithinEvents: Get Indices Within Events

Description Usage Arguments

View source: R/event.R

Description

Get Indices Within Events

Usage

1
2
getIndicesWithinEvents(hydraulicData, eventSettings = NULL,
  thresholds = c(H = NA, Q = NA), columns = c(H = "H", Q = "Q"))

Arguments

hydraulicData

data frame with a columns DateTime and two columns named as given in columnH, columnQ

eventSettings

data frame with columns tBeg, tEnd (begin and end of period in which thresholds are valid), Hthreshold, Qthreshold

thresholds

default H and Q thresholds to be applied for time intervals for which no special thresholds are defined

columns

optional. Named vector of character with column names for H and Q


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.