get_events: Get the events for a continous series of rainfall

Description Usage Arguments

View source: R/get_events.R

Description

Get the events for a continous series of rainfall

Usage

1
get_events(precip = NULL, n_dry = NULL, min_thresh = NULL)

Arguments

precip

Vector with rainfall-measurements

n_dry

= number of hours with rainfall below min_thresh to separate two rainfall-events

min_thresh

minimum rainfall per hour to be considered rainfall and no measurement error


MaThRk/raingaugeR documentation built on Dec. 17, 2021, 2:15 a.m.