db.bounds {RGeostats}R Documentation

Generates the bounds from a categorical variable through Rule

Description

Generates the bound variables from a categorical variable through the Rule

Usage

db.bounds(db, dbprop=NA, rule = rule.input(), model = NA, props = NA, 
radix = "Bounds", modify.target = db.locmod())

Arguments

db

The db-class where the continuous variable must be translated and where the bound variables will be stored

dbprop

The db-class where the proportion variables must be located in the non-stationary case. See details in rule.check.

rule

The rule-class structure which defines the Lithotype rule

model

The model-class structure containing the Model information for the first underlying gaussian random function. This model must only be provided when the Lithotype Rule refers to a Shadow mode. This information is used for the calculation of the correlation coefficient between the two underlying gaussians. For any other modes of the Lithotype Rule, this argument is not used. For more information check check.model.

props

Array giving the (constant) proportions of the different facies involved in the Lithotype rule. See details in rule.check.

radix

Radix of the name given to the facies outcome stored in the output 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 data Db where the facies transform has been added.


[Package RGeostats version 14.0.10 Index]