vario.func {synchrony} | R Documentation |
vario.func
Description
Compute the empirical variogram values for each bin
Usage
vario.func (x, y, glob.mean, glob.sd, glob.N, is.multivar = FALSE,
type = c("semivar", "cov", "pearson",
"spearman", "kendall", "moran", "geary"))
Arguments
x |
First set of sites within bin/lag distance |
y |
Second set of sites within bin/lag distance |
glob.mean |
Global mean |
glob.sd |
Global standard deviation |
glob.N |
Global number of points |
is.multivar |
Is the data multivariate? Default is |
type |
Type of variogram to compute. Default is |
Value
Return the value.
Author(s)
Tarik C. Gouhier (tarik.gouhier@gmail.com)
See Also
Examples
# Internal function used by vario
[Package synchrony version 0.3.8 Index]