which variogram's sill , nugget and range
temiz wrote:
hello when I create a directional variogram, it usually gives different shaped variograms according to its direction. (like this cvgm <- variogram(z ~1, data=el4 ,boundaries = seq(0,2000, by = 50), alpha=c(0,45,90,135,180,225,270)) ) In these cases, which variogram's sill , nugget and range are picked up for krig estimation ? regards
I guess you found out by now -- sill nugget and range are derived from the variogram model (output of vgm) rather than from the sample variogram (output of variogram()). -- Edzer