Get.Events: Identify major RDII events

View source: R/legacy.R

Get.EventsR Documentation

Identify major RDII events

Description

Identify major RDII events

Usage

Get.Events(date, flow, rain, min.rain = 3, wet.days = 7,
  min.event = 1, min.sd = 2, max.sd = 99)

Arguments

date

vector of date for flow and rain data

flow

vector of flow data, in GPD

rain

vector of rain, in inches

min.rain

Minimum Rainfall, inches, over the preceeding number of _wet.days_ to register a wet event

wet.days

Preceeding number of days for event to register given _min.rain_ is exceeded

min.event

Minimum Rainfall, inches, for the day to register as an event

min.sd

Minimum number of standard deviations flow must exceed to register

max.sd

Maximum number of standard deviations flow can have to register

Value

vector of significant, single day events

Examples

data(DF)
Get.Events(DF$date, DF$Buffalo, DF$rain)

dCraigJones/rSSOAP documentation built on Aug. 12, 2022, 10:11 p.m.