assign_precip_events: Delineate storm events based on hourly precipitation

View source: R/events.R

assign_precip_eventsR Documentation

Delineate storm events based on hourly precipitation

Description

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

Usage

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 Nov. 14, 2024, 1:25 p.m.