nice: Nice breakpoints for axes on plots

niceR Documentation

Nice breakpoints for axes on plots

Description

The function calls pretty for linear scale. For a log-scale nice are computed using a set of specified number in each decade.

Usage

nice(x, log = FALSE, lpos = c(1, 2, 5), xmx = 4, ...)

Arguments

x

Numerical vector to

log

Logical. Is the scale logartimic?

lpos

Numeric. Numbers between 1 and 10 giving the desired breakpoints in this interval.

xmx

Numeric. The maximal (absolute) power of 10 to be used for a log-scale.

...

Arguments passed on to pretty if log=FALSE

Value

A vector of breakpoints.

Author(s)

Bendix Carstensen, b@bxc.dk, http://bendixcarstensen.com

See Also

pretty

Examples

nice( exp( rnorm( 100 ) ), log=TRUE )

Epi documentation built on Sept. 11, 2024, 8:50 p.m.

Related to nice in Epi...