synchr.analyze takes data objects with columns time, series 1, and series 2 and performs cross-correlation or windowed cross-correlation analysis.
1 | synchr.analyze(data, lag.max = 1, window = 0, by = 0)
|
data, |
An optional data frame, list or environment. |
lag.max, |
Number of lag periods. Must be a non-negative integer. |
window, |
Window size. Must be a non-negative integer. |
by, |
Overlap value for specifying overlapping windows. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.