Find precipitation events

FindPevents(P, verbose = FALSE)

Arguments

P
is the precipitation time series
verbose
(optional) boolean (FALSE by default). If TRUE prints the progress in terms of event number.

Value

table containing summary of events for the time series DATA

Examples

## Not run: ------------------------------------ # data("SevernTS") # tableP <- FindPevents(SevernTS$P) ## ---------------------------------------------