ACCU {drought}R Documentation

Obtain the accumulation of monthly hydro-climatic variables

Description

Obtain the accumulation of monthly hydro-climatic variables

Usage

ACCU(X, ts = 6)

Arguments

X

The vector of monthly hydro-climatic variables of n years. ts is the accumulated time scale.

ts

The accumulated time scale

Examples

X=runif(120, min = 0, max = 100) # 10-year monthly data
Y<-ACCU(X,ts=3) # Compute the 3 month  accumulated series

[Package drought version 1.2 Index]