plotESDA(z, lat, lon, cutoff, width = c(cutoff / 20))z variable was observed.z variable was observed.width = cutoff / 20.variogram,
plotHD, bubble and
spplot to obtain more details about the main functions used
to built plotESDA.Pebesma, E.J. (2004) Multivariable geostatistics in S: the gstat package. Computers & Geosciences, 30:683-691, 2004. Webster, R. & Oliver, M.A. Geostatistics for environmental scientists. Chichester: John Wiley & Sons, p.315, 2007.
variogram, plotHD,
bubble, spplot# require(gstat)
# data(meuse)
# plotESDA(z = meuse$zinc, lat = meuse$y, lon = meuse$x)Run the code above in your browser using DataLab