inh.kriging {RGeostats}R Documentation

Perform Inhomogeneous Kriging

Description

Perform Inhomogeneous Kriging

Usage

inh.kriging(dbdat, dbsrc, dbout, flag.source=FALSE,
            modeldat = model.input(), ucdat="",
            modelsrc = model.input(), power = 2,
            radix = "Inh.Kriging", modify.target = db.locmod())

Arguments

dbdat

The db-class containing the Data information

dbsrc

The db-class containing the location of the potential sources

dbout

The db-class where the estimation must be performed. This file does not need to have a specific organization.

flag.source

When TRUE, the Source Db ('dbsrc') is used as output.

When FALSE, the Output Db ('dbout') is used as output.

modeldat

The model-class structure which describes the diffusion part of the random variable. For more information check check.model.

ucdat

Definition of the drift components.

modelsrc

The model-class structure which describes the model of the sources. For more information check check.model.

power

Power of decay as a function of the distance

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The target Db where the following variables have been added:


[Package RGeostats version 14.0.10 Index]