variogenv(formula, locations, data, R = 99,...)plot.variogenv.
'variogenv' is just a wrapper of the function variogram of the gstat package
and is similar in its principle to the function variog.mc.env of the geoR package.plot.variogenv, variogram, variog.mc.envlibrary(gstat)
data(meuse)
myvar<-variogenv(log(zinc)~1, loc=~x+y, meuse)
myvar
plot(myvar)Run the code above in your browser using DataLab