precip_event_summary: Summarize storm events

View source: R/events.R

precip_event_summaryR Documentation

Summarize storm events

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

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