powered by
combination of nested structures of a gmCgram object
# S3 method for gmCgram +(x, y)
The combined nested structures
gmCgram variogram object
gmCgram
utils::data("variogramModels") v1 = setCgram(type=vg.Gau, sill=diag(2), anisRanges = 3*diag(c(3,1))) v2 = setCgram(type=vg.Exp, sill=0.3*diag(2), anisRanges = 0.5*diag(2)) vm = v1+v2
Run the code above in your browser using DataLab