get.breaks: Function to calculate break points for a trait

Description Usage Arguments

View source: R/MVR.r

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

1
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.


multirich documentation built on May 15, 2021, 1:07 a.m.