powered by
variogram(data, coord, n.bins, xlab, ylab, angles = NULL, add = FALSE, xlim = c(0, max(dist)), ...)
ylab
which
TRUE
plot
fmadogram
lmadogram
n.site <- 20 n.obs <- 100 coord <- matrix(runif(2 * n.site, 0, 10), ncol = 2) data <- rgp(n.obs, coord, "powexp", sill = 2, range = 3, smooth = 1) variogram(data, coord)
Run the code above in your browser using DataLab