Compute the empirical variogram values for each bin
vario.func (x, y, glob.mean, glob.sd, glob.N, is.multivar = FALSE,
type = c("semivar", "cov", "pearson",
"spearman", "kendall", "moran", "geary"))
First set of sites within bin/lag distance
Second set of sites within bin/lag distance
Global mean
Global standard deviation
Global number of points
Is the data multivariate? Default is FALSE
Type of variogram to compute. Default is semivar
for semivariance.
Other options include cov
for covariance, pearson
for Pearson
correlation, spearman
for Spearman correlation, kendall
for Kendall correlation,
moran
for Moran's I, and geary
for Geary's C
Return the value.
# NOT RUN {
# Internal function used by vario
# }
Run the code above in your browser using DataLab