get.breaks {multirich} | R Documentation |
Function to calculate break points for a trait
Description
takes range of values, and then creates break points for all possible sub-categorizations of those values WARNING: Currently only gives breakpoints for integer values!
Usage
get.breaks(min.val, max.val)
Arguments
min.val |
The minimum value to be used. Can be taken from the data, or can be based on a priori knowledge |
max.val |
The maximum value to be used in generating break points. Can be taken from the data or can be based on a priori knowledge. |
[Package multirich version 2.1.3 Index]