Skip to content
Prev 3718 / 29559 Next

anisotropy gstat

Dave Depew wrote:
Dave, try

require(gstat)
data(meuse)
coordinates(meuse) = ~x+y
e<-variogram(dist~1, meuse, alpha=c(0,45,90,135))
plot(e, vgm(.08, "Sph", 5000, anis=c(45, .2)))

I got there with a bit of trial and error. Clearly, for the 45 degrees 
most happens beyond 1500 m.

Of course this is just for the idea; a variogram model that has some 
parabolic behaviour at the origin would be prefered.
the max correlation direction is 45, the range is, in my model, 5000, 
the anisotropy ratio 0.2.
You weren't far off.
--
Edzer