model.glue {RGeostats} | R Documentation |
Glue several monovariate Models together
model.glue(models, flag.normalize=TRUE)
models |
A list of monovariate |
flag.normalize |
When TRUE, the result model is normalized (sum of sill equal to 1). When False, the sills are kept unchanged. |
A single model-class
where all the initial monovariate
models have been glued together.