Description Usage Arguments Value Source References See Also Examples
R's base::round()
function rounds to even, this rounds always up from 5.
1 | round_up(x, n = 0)
|
x |
Numbers to round. |
n |
Number of digits to round to. |
Rounded number.
https://stackoverflow.com/questions/12688717/round-up-from-5
http://theobligatescientist.blogspot.de/2010/02/r-i-still-love-you-but-i-hate-your.html
Other rounding functions: mpformat
,
oom
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.