anam.y2z {RGeostats}R Documentation

Gaussian to Raw

Description

Transform an array from Gaussian into Raw values

Usage

anam.y2z(anam, db, names=db.getname(db,"z",1), flag.bound = TRUE,
	     radix = "Raw", modify.target=db.locmod())

Arguments

anam

The anam-class Class containing the characteristics of the Anamorphosis

db

The db-class containing the input data

names

List of names of attributes to be translated. For more information see db.ident.

flag.bound

When switched ON, the bounds are applied

radix

Radix of the name given to the variables storing the results in the target Db. If not defined, this radix is set to "Raw".

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 input db-class to which the array of translated Raw values has been added.

See Also

anam.fit, anam.z2y,


[Package RGeostats version 14.0.10 Index]