powered by
grf
## S3 method for class 'grf': lines(x, max.dist = max(dist(obj$coords)), length = 100, lwd = 2, ...)
lines
plot.grf
sim <- grf(100, cov.pars=c(1, .25)) # simulates data plot(variog(sim, max.dist=1)) # plot empirical variogram lines(sim, max.dist=1) # plot true variogram
Run the code above in your browser using DataLab