db.rule {RGeoS} | R Documentation |
Convert Gaussian variable(s) into Facies through Rule
Description
Convert Gaussian variable(s) into Facies using Rule definition
Usage
db.rule(db, dbprop=NA, rule = rule.input(), model = NA, props = NA,
flag.stat = TRUE, radix = NA, modify.target = TRUE)
Arguments
db |
The db-class where the Gaussian variable(s) must exist (Z variable) and where the Facies variable will be created
|
dbprop |
The db-class where the proportion variables must be located in the non-stationary case
|
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.
|
props |
Array giving the (constant) proportions of the different facies involved in the Lithotype rule
|
flag.stat |
Should be set to TRUE in the stationary case where the proportions should be defined as input arguments. When set to FALSE, the output db-class structure must contain N proportion variables (where N is also the number of facies).
|
radix |
Radix of the name given to the facies outcome stored in the output Db.
|
modify.target |
When TRUE, the facies results are set as new target variables in the output Db.
|
Value
The data Db where the facies transform has been added.
[Package
RGeoS version 9.1.1
Index]