gmGeostats (version 0.10-6)

+.gmCgram: Combination of gmCgram variogram structures

Description

combination of nested structures of a gmCgram object

Usage

# S3 method for gmCgram
+(x, y)

Arguments

x

gmCgram variogram object

y

gmCgram variogram object

Value

The combined nested structures

Examples

Run this code
# NOT RUN {
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