mmstat.round.down {HKRbook}R 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))

[Package HKRbook version 0.1.3 Index]