Learn R Programming

HKRbook (version 0.1.3)

mmstat.round.down: mmstat.round.down

Description

Rounds down.

Usage

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

Value

down rounded values

Arguments

x

numeric: values for rounding

digits

numeric: digits for rounding (default: 0)

Examples

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

Run the code above in your browser using DataLab