precip_event_summary: Summarize storm events

Description Usage Arguments Value

Description

Creates a summary table of individual storm events based on hourly precipitation. The input dataframe must contain the EventID and EventType columns generated by assign_precip_events().

Usage

1
precip_event_summary(x, datetime.name = "Datetime", value.name = "Precip")

Arguments

x

Dataframe containing hourly precipitation and already processed by assign_precip_events()

datetime.name

Name of datetime column

value.name

Name of precipitation column

Value

dataframe


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