uc {RGeostats}R Documentation

Uniform Conditioning

Description

Uniform Conditioning

Usage

   uc(db, name.est = db.getname(db, "z", 1), name.var = db.getname(db,"z", 2),
   anam, cutmine, recovery = c("T", "Q"), 
   radix = "CU", modify.target = db.locmod())

Arguments

db

The db-class which contains the results of the Kriging phase needed for computing the Uniform Conditioning of the panels.

name.est

Name of the attribute containing the kriging of the Panel (Z(V)*).

name.var

Name of the attribute containing the variance of Kriging of the Panel (Var(Z(V)*)).

anam

A anam-class structure which contains the definition of the Punctual Gaussian Anamorphosis.

cutmine

The array containing the cutoffs for which the selectivity curves must be computed.

recovery

Names of the recovery functions to be calculated. This list should contain one or several among the following list of keywords:

  • T The tonnage (per cutoff)

  • Q The Metal quantity (per cutoff)

  • M The average grade above cutoff (per cutoff)

  • B The conventional benefit (per cutoff)

radix

Radix used for naming the output variables.

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 db-class contains the recovery functions.

For each type of recovery function, there are as many variables as they are cutoffs in the argument 'cutmine'.


[Package RGeostats version 14.0.10 Index]