FindPevents: Find precipitation events

View source: R/FindPevents.R

FindPeventsR Documentation

Find precipitation events

Description

Find precipitation events

Usage

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(P = SevernTS$P)

## End(Not run)


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.