model.join {RGeostats}R Documentation

Combines two multivariate models into a single multivariate one

Description

Combines two multivariate models into a single multivariate one

Usage

model.join(model1, model2)

Arguments

model1

The first multivariate model (of type model-class)

model2

The second multivariate model (of type model-class)

Details

In the current version, if the same basic structure (including the nugget effect) is present in both input models, no effort is performed to merge them in the final structure.

Value

The resulting multivariate model-class.


[Package RGeostats version 14.0.10 Index]