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