rule.thresh {RGeostats}R Documentation

Convert proportions into thresholds for a given Rule

Description

Convert proportions into thresholds for a given Rule

Usage

rule.thresh(rule, props = NA, verbose = 0)

Arguments

rule

The rule-class which contains the Lithotype Rule (including the correlation between the two GRF).

props

Array of proportions. This array must be dimensionned to the number of facies included to the rule-class. If not dimensionned currently, the proportions are considered as all equal.

verbose

When TRUE, a verbose output is performed

Value

The Rule defines the lithotype rule: in particular, it defines the number of facies (nfacies) and the number of underlying GRF (ngrf). The output is a matrix with 2*ngrf columns and nfacies rows.

For a given facies (which corresponds to the row), the first column gives the lower bound along the first GRF, the second column gives the upper bound of the first GRF. If 2 GRFs are involved, the third column gives the lower bound for the second GRF and the fourth column gives the upper bound for the second GRF.


[Package RGeostats version 14.0.10 Index]