mmstat.round.down: mmstat.round.down

mmstat.round.downR Documentation

mmstat.round.down

Description

Rounds down.

Usage

mmstat.round.down(x, digits = 0)

Arguments

x

numeric: values for rounding

digits

numeric: digits for rounding (default: 0)

Value

down rounded values

Examples

x <- runif(5)
cbind(x, mmstat.round.down(x, 1))

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.