powered by
The function calls pretty for linear scale. For a log-scale nice are computed using a set of specified number in each decade.
pretty
nice(x, log = FALSE, lpos = c(1, 2, 5), xmx = 4, ...)
A vector of breakpoints.
Numerical vector to
Logical. Is the scale logartimic?
Numeric. Numbers between 1 and 10 giving the desired breakpoints in this interval.
Numeric. The maximal (absolute) power of 10 to be used for a log-scale.
Arguments passed on to pretty if log=FALSE
log
Bendix Carstensen, b@bxc.dk, http://bendixcarstensen.com
nice( exp( rnorm( 100 ) ), log=TRUE )
Run the code above in your browser using DataLab