Description Usage Arguments Value Author(s)
View source: R/auto_correlation_site.R
Given a site, determine if all possible combinations of the variables are autocorrelated to a maximum lag. This is a tidy version of the cross correlation matrix.
1 | auto_correlation_site(in_data, max_lag)
|
in_data |
data frame of the site we are studying. The first column contains the time variable |
max_lag |
the maximum number of lags to be considered |
A data frame that reports the absolute value of the autocorrelation function and the variables associated with it
John Zobitz zobitz@augsburg.edu, based on code from rEMD pacakge vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.