valueIndex1D | R Documentation |
Atomic function to compute VALUE indices from a time series
valueIndex1D(ts, dates = NULL, index.codes)
ts |
A vector containing the data |
dates |
A character (or |
index.codes |
A character vector of index codes to be computed. |
A named list of output indices
J. Bedia
data(tmin.det)
valueIndex1D(tmin.det$obs, dates = tmin.det$dates,
index.codes = c("AC1", "AC2", "FA25", "FA30", "FB15", "AnnualCycleAmp"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.