valueIndex2D | R Documentation |
(non-atomic) Function to compute spatial VALUE indices from series.
valueIndex2D(
tsl,
index.code,
dates = NULL,
parallel = FALSE,
max.ncores = 16,
ncores = NULL
)
tsl |
List of time series vectors. |
index.code |
A character index code to be computed. |
dates |
A character (or |
parallel |
Use parallel computation. |
max.ncores |
Maximum number of cores for parallel computing. |
ncores |
Number of threads for parallel computation. Default to ncores - 1. |
index.code matrix
M. N. Legasa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.