binBreaker {epanetReader}R Documentation

Bin Breaker

Description

Generate break points for use with cut() and range labels based on sample max and min

Usage

binBreaker(x, nbin)

Arguments

x

vector to find cuts for

nbin

number of bins

Details

Helpful in making labels use the acutal max and min rather than the +/- 1

Value

list with elements Breaks and Labels


[Package epanetReader version 0.7.3 Index]