mmstat.round.up {HKRbook} | R Documentation |
mmstat.round.up
Description
Rounds up.
Usage
mmstat.round.up(x, digits = 0)
Arguments
x |
numeric: values for rounding |
digits |
numeric: digits for rounding (default: |
Value
uprounded values
Examples
x <- runif(5)
cbind(x, mmstat.round.up(x, 1))
[Package HKRbook version 0.1.3 Index]