krigmvp {RGeostats}R Documentation

Kriging the Proportion matrices

Description

Kriging the Proportion Matrices, possibly constrained by a 2-D sum Map

Usage

krigmvp(dbin, dbg3d, dbg2d=NA, model = model.input(), neigh = neigh.input(), 
uc = c("1"), rank.seis=1, mean = NA, radix = "KProps",
modify.target = db.locmod())

Arguments

dbin

The db-class structure containing the data file. This file should contain several variables considered as proportions.

dbg3d

The db-class structure containing the target 3-D grid file. This file will contain the final results.

dbg2d

The db-class structure containing the target 2-D grid file. This file should coincide with the 3-D grid. This file will contain one "f" variable which will match the vertical average of proportions for the variable number 'rank.seis'.

model

The model-class structure describong the geostatistical model used to estimate each variable individually. This model should be monovariate and should not refer to any External Drift For more information check check.model.

neigh

The neigh-class structure containing the Neighborhood information. Currently, the neighborhood should be unique or bench.

rank.seis

This gives the rank of the variable (proportion) which should match to the vertical average of the proportions.

uc

The drift description. Use command uc.names for details.

mean

Array containing the mean of each variable, used in the case of Simple (Co-)Kriging

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 an estimated variable is added for each initial variable in the input file.


[Package RGeostats version 13.0.1 Index]