powered by
Rounds up.
mmstat.round.up(x, digits = 0)
uprounded values
numeric: values for rounding
numeric: digits for rounding (default: 0)
0
x <- runif(5) cbind(x, mmstat.round.up(x, 1))
Run the code above in your browser using DataLab