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