rule.write {RGeostats} | R Documentation |
Dump a Rule in an ASCII file (RGeostats format)
rule.write(rule, filename="rule.ascii", verbose = 0)
rule |
The |
filename |
Name of the ASCII file used to dump out the Rule |
verbose |
When TRUE, the verbose option is dumped out |
Format of the ASCII file:
: Type of the Rule (0: standard; 1: Shift; 2: Shadow)
Correlation coefficient
Shadow parameters: Slope - Down truncation - Up truncation
Shift parameters (DimensionL 3)
Number of Nodes in the Truncation Rule
For each node:
Type of the parent node
Rank of the parent node
Orientation of the parent node
Node type: 0 (idle) - 1 (Thresh along Y1) - 2 (Thresh along Y2)
Node rank (starting from 1)
Rank of the facies
Not used