View source: R/helperfunctions_application.R
approx_autocor | R Documentation |
This function takes a data set given by the covariance_surf_plot_helper() function and approximates an autocorrelation function by taking the mean of the off-diagonals.
approx_autocor(cov_dat, lag = 100)
cov_dat |
Data set containing the surface information as given by covariance_surf_plot_helper(). |
lag |
Maximal lag possible. Default is 100 such as the evaluation points of the surface. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.