View source: R/extract_corr_range.R
extract.corr.range | R Documentation |
Function will pick the point where the correlogram first crosses the x-axis (the distance), i.e. where the spatial autocorrelation gets 0 for the first time. This is a good approximation of the actual correlation range.
extract.corr.range(ncf_corr)
ncf_corr |
a correlogram estimated by ncf::correlog() |
an integer that represents the correlation range (in units of input, i.e. with lon lat it is km, with equal area CRS it tipically is metres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.