db.limits {RGeostats}R Documentation

Convert from continuous to categorical through Limits

Description

Convert from continuous to categorical variable using Limits definition

Usage

db.limits(db, limits=limits.input(), name=db.getname(db,"z",1))

Arguments

db

The db-class where the continuous variable must be translated

limits

The limits-class structure describing the parameters of the limiting operation. If no limits-class is defined, an interactive procedure is provided. Any value outside any interval will be assigned a category value equal to 0.

name

Rank of the variable to be processed.

Value

The db-class structure will contain the new categorical variable


[Package RGeostats version 14.0.10 Index]