assign_precip_events: Delineate storm events based on hourly precipitation

Description Usage Arguments Value

Description

Uses a timeseries of hourly precipitation to define storm events and create summary table of events

Usage

1
2
assign_precip_events(x, datetime.name = "Datetime", value.name = "Precip",
  interevent.period = 8, threshold.total = 0.1)

Arguments

x

Dataframe containing hourly precipitation timeseries

datetime.name

Name of datetime column

value.name

Name of precipitation value column

interevent.period

Minimum inter-event period to distinguish separate events

threshold.total

Minimum total precipitation for an individual event

Value

original dataframe with additional columns EventID, EventType, EventDuration


walkerjeffd/myrwaR documentation built on May 3, 2019, 10:46 p.m.