Raw File
variogram.R
library(gstat)
data(meuse)
variogram(log(zinc)~1, ~x+y, meuse)
back to top