anam.z2factor {RGeostats}R Documentation

Calculate the discrete factors

Description

Calculate the discrete factors

Usage

anam.z2factor(anam, db, ifacs = NA, radix = "Factor",
modify.target = db.locmod())

Arguments

anam

The anam-class which contains the definition of the Discrete Anamorphosis. This includes the MAF definition as well as the transformation going from variable to MAF and vice-versa. This transformation is used to transform the input grade into factors.

db

The db-class object which contains the input grade variable (locator Z). It will also contain the resulting factors.

ifacs

Array of ranks of factors to be calculated. Each factor rank should lie between 1 and the number of classes defined in the Discrete Anamorphosis.

radix

Radix of the name given to the variables storing the factors in the db-class.

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 object where the new factors have been added.


[Package RGeostats version 14.0.10 Index]