cumdrought {climatrends}R Documentation

Cumulative sum of dry days

Description

Returns a vector with the cumulative sum of the maximum length of dry spell (MLDS)

Usage

cumdrought(x)

Arguments

x

a numeric vector

Value

a vector with the cumulative sum of MLDS

Examples


rain <- c(0,0.2,0.4,0.1,0.4,5.1,1.5,1.6,0.1,0,7,6,4,6,0.1,1.2,0.5,0)

cumdrought(rain)


[Package climatrends version 0.5 Index]