mmstat.round.down | R Documentation |
Rounds down.
mmstat.round.down(x, digits = 0)
x |
numeric: values for rounding |
digits |
numeric: digits for rounding (default: |
down rounded values
x <- runif(5) cbind(x, mmstat.round.down(x, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.