variogram(krig, nint, plotit = TRUE, ...)
x
, y
, and z
x
and y
coordinates of the variogram and cnt
,
the number of pairs averaged per bin.plotit = TRUE
nint
bins, and computes the average squared
difference for pairs with separation in each bin. Returns results for
bins with 6 or more pairs.correlogram
data(topo, package="MASS")
topo.kr <- surf.ls(2, topo)
variogram(topo.kr, 25)
Run the code above in your browser using DataLab