FindQevents: Find discharge events

View source: R/FindQevents.R

FindQeventsR Documentation

Find discharge events

Description

Find discharge events

Usage

FindQevents(Q, eventTableP, hours2extend, verbose = FALSE)

Arguments

Q

is the discharge time series

eventTableP

table containing summary of P events

hours2extend

number of hours to extend the rainfall event to account for the discharge peak to occur

verbose

(optional) boolean (FALSE by default). If TRUE prints the progress in terms of event number.

Value

table containing summary of events for the Q time series

Examples

## Not run: 
  data("SevernTS")
  tableP <- FindPevents(SevernTS$P[1:100])
  tableQ <- FindQevents(Q = SevernTS$Q[1:100],
                        eventTableP = tableP,
                        hours2extend = 6)

## End(Not run)


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.