binBreaker {epanetReader} | R Documentation |
Generate break points for use with cut() and range labels based on sample max and min
binBreaker(x, nbin)
x |
vector to find cuts for |
nbin |
number of bins |
Helpful in making labels use the acutal max and min rather than the +/- 1
list with elements Breaks and Labels