Skip to contents

roundUpNice

Usage

roundUpNice(x, nice = c(1, 2, 4, 5, 6, 8, 10))

Arguments

x

Number to round

nice

log10 ingrements to try to round to nearest

Value

Rounded number

Examples

if (FALSE) {
roundUpNice(124207)
}