+.gmCgram {gmGeostats} | R Documentation |
Combination of gmCgram variogram structures
Description
combination of nested structures of a gmCgram object
Usage
## S3 method for class 'gmCgram'
x + y
Arguments
x |
|
y |
|
Value
The combined nested structures
Examples
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
[Package gmGeostats version 0.11.3 Index]