limits.input {RGeostats} | R Documentation |
Define Limits interactively
limits.input(nclass = NA, mini = NA, maxi = NA, incmini=NA, incmaxi=NA, flag.regular=FALSE, start = 0, class=1)
nclass |
Number of classes in the Limits |
mini |
Array giving the minimum values per class.
For more information, please refere to |
maxi |
Array giving the maximum values per class.
For more information, please refere to |
incmini |
Array giving the inclusive/exclusive flags for the lower bounds per class. |
incmaxi |
Array giving the inclusive/exclusive flags for the upper bounds per class. |
flag.regular |
When FALSE, use arguments 'mini' and 'maxi' to create the limits. When TRUE, use arguments 'start' and 'class' to create the limits. |
start |
When flag.regular is TRUE, the limits are created with 'nclass' regular classes. The first class is ]start, start + class]. Al the subsequent classes are continguous. |
class |
When flag.regular=TRUE, the argument 'class' defines the class width. |
The new limits-class
class