This method function calculates the semi-variogram for an arbitrary
vector object, according to the distances in distance.
For each pair of elements $x,y$ in object, the
corresponding semi-variogram is $(x-y)^2/2$. The semi-variogram is
useful for identifying and modeling spatial correlation structures in
observations with constant expectation and constant variance.
Usage
## S3 method for class 'default':
Variogram(object, distance)
Arguments
Value
a data frame with columns variog and dist representing,
respectively, the semi-variogram values and the corresponding
distances. The returned value inherits from class Variogram.
References
Cressie, N.A.C. (1993), "Statistics for Spatial Data", J. Wiley & Sons.