Skip to contents

Expand limits for symmetry on log scale

Usage

limitimil(v)

Arguments

v

Numeric vector of length > 1, data range or limits

Value

Numeric vector at least as long as v, with upper and lower range limits symmetrical around 1 on log scale.

See also

Other breaking: breaks_divMult(), limit_breaks(), split_decades()

Examples


limitimil(c(0.66, 2.1))
#> [1] 0.6600000 2.1000000 0.4761905 2.1000000
if (FALSE) {
imitimil(c (-1, 3))
}