db.ir {RGeostats}R Documentation

Convert from continuous to several indicator residuals

Description

Convert from continuous to several indicator residuals

Usage

db.ir(db, zcut, name = db.getname(db, "z", 1),
      radix = "ResInd", modify.target = db.locmod())

Arguments

db

The db-class where the continuous variable must be translated

zcut

The array containing the set of cutoffs (ordered incresingly)

name

Name of the variable of interest. By default, this is set to the first z-locator variable.

radix

Radix of the name given to the variables storing the results in the target Db.

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 structure contains the result of this function. There are as many new variables as they are thresholds in the 'zcut' argument.


[Package RGeostats version 14.0.10 Index]