View source: R/index.spatial.laggedCrosCor.R
index.spatial.laggedCrosCor | R Documentation |
Function to compute the pairwise lagged cross-correlations for a set of grid points/stations.
index.spatial.laggedCrosCor(
tsl,
dates = NULL,
lag = 1,
type = "pearson",
use = "pairwise.complete.obs",
parallel = FALSE,
max.ncores = 16,
ncores = NULL
)
tsl |
A list of vectors (one for each gridpoint/station) containing the data |
dates |
A character (or |
lag |
Time lag. 1 by default. |
type |
Correlation type: |
use |
Check |
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
M. N. Legasa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.