model.cxx {RGeostats}R Documentation

Average covariance value of the model between two Dbs

Description

Calculate the average covariance value of the model between two Dbs

Usage

model.cxx(db1, db2 = db1, model = model.input(), 
ivar = 1, jvar = 1)

Arguments

db1

Name of the db-class which contains the first Db

db2

Name of the db-class which contains the second Db

model

Name of the model-class which contains the model. For more information check check.model.

ivar

Index of the first field

jvar

Index of the second field

Value

Value of the average covariance


[Package RGeostats version 14.0.10 Index]