db.regularize {RGeostats}R Documentation

Bench regularization of vertical wells

Description

Bench regularization of vertical wells

Usage

db.regularize(db, dbgrid, flag.center=FALSE, verbose=FALSE)

Arguments

db

The db-class which contains the well information to be regularized. This well file be defined in a space dimension larger or equal to 3 for performing bench regularization. It must contain a CODE variable used to identify the Well Id. It must contain all the variables to be regularized: they must be attached to Z-locators.

dbgrid

The Grid which will be used as a reference for the definition of the third dimension used for Bench regularization.

flag.center

When TRUE, the output sample is centered in the layer to which it belongs. Otherwise each one of its coordinates is set to the average of the corresponding coordinates of the initial samples.

verbose

Verbose option

Details

A sample is taken into account only if ALL its variables (Z-locator) are defined (isotopic case).

Value

The resulting file is a Db (organized as a set of Points) which contains the following variables:


[Package RGeostats version 14.0.10 Index]