Skip to content

Various Variograms of gstat package together in a single page

3 messages · Eduardo Bustos, Edzer Pebesma, Paul Hiemstra

#
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")
}

  
    
#
Hi Eduardo,

Please also take a look at the archive of r-sig-geo, there are earlier 
questions that have been answered on variograms in plots:

http://www.mail-archive.com/r-sig-geo at stat.math.ethz.ch/msg05795.html

cheers,
Paul
Edzer Pebesma wrote: