Skip to content
Prev 6781 / 29559 Next

Various Variograms of gstat package together in a single page

Eduardo Bustos wrote:
Untried:

par(mfrow=c(2,2))
for (i in 1:4) {
  v = v.d.temp[[i]]
 
plot(gamma~dist,v,xlim=c(0,max(v$dist)),ylim=c(0,max(v$gamma),xlab="distance",
ylab="semivariance")
}