Nice breakpoints
The function calls pretty
for linear scale. For a log-scale nice are computed using a set of
specified number in a decade.
nice(x, log = F, lpos = c(1, 2, 5), ...)
x |
Numerical vector to |
log |
Logical. Is the scale logartimic? |
lpos |
Numeric. Numbers between 1 and 10 giving the desired breakpoints in this interval. |
... |
Arguments passed on to |
A vector of breakpoints.
Bendix Carstensen, b@bxc.dk, http://bendixcarstensen.com
pretty
nice( exp( rnorm( 100 ) ), log=TRUE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.