getBreaks: Divide the range of x into intervals, returning the...

Description Usage Arguments Value Author(s)

Description

Divide the range of x into intervals, returning the breakpoints of these intervals

Usage

1
getBreaks(x, breaks, dig.lab = 3L)

Arguments

x

a numeric vector which is to be converted to a factor by cutting

breaks

a single number (greater than or equal to 2) giving the number of intervals into which x is to be cut

dig.lab

integer which is used when labels are not given. It determines the number of digits used in formatting the break numbers

Value

a vector of numeric breakpoints

Author(s)

Jason Waddell


oaPlots documentation built on May 2, 2019, 6:46 a.m.

Related to getBreaks in oaPlots...