Description Usage Arguments Value
This function identifies consecutive rainy days based on adily precipitation series.
1 | findevents(data, thresholdA = 0, thresholdB = 0)
|
data |
(numeric) data series of daily precipitation values. |
thresholdA |
minimum amount of precipitation considered as rainy day (default 0). |
thresholdB |
same as thresholdA, used to set the ending of an event. |
matrix with indices corresponding to beginning, endings and length of the events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.