ACCU | R Documentation |
Obtain the accumulation of monthly hydro-climatic variables
ACCU(X, ts = 6)
X |
The vector of monthly hydro-climatic variables of n years. ts is the accumulated time scale. |
ts |
The accumulated time scale |
X=runif(120, min = 0, max = 100) # 10-year monthly data
Y<-ACCU(X,ts=3) # Compute the 3 month accumulated series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.