limits-class {RGeoS} | R Documentation |
This class contains the description of the limiting transformation used to convert a continuous into a categorical variable. This class is composed of a set of classes, each class corresponds to the lower and the upper bounds (both excluded). If classes overlap, the last definition prevails.
Objects can be created by calls of the form new("limits", ...)
.
Limits
nclass
:Object of class "numeric"
Number of classes or categories
bounds
:Object of class "matrix"
List with the two vectors containing the minimum and maximum bounds for each class or category
limits$parameter
is used to query the value of parameter
from limits
:
nclass : Number of classes or categories
bounds : List giving the bounds
Same as above but for assignment
limits[ib,i]
returns the value of the ib
(1 for minimum and 2 for maximum) for class i
Same as above but for assignment
Other functions are available, such as:
limits.input
Define the limits
interactively
showClass("limits")