round_near {EQUALrepeat} | R Documentation |
For some graphs, Base pretty
function may not provide the correct rounding. This is a different algorithm suitable for the graphs produced in 'EQUAL-STATS' software.
round_near(x)
x |
A numeric variable. |
A "pretty number" suitable for use in graphs.
This is part of a suite of functions required to allow 'EQUAL-STATS' program to run. This is unlikely to be used as a stand alone function.
Kurinchi Gurusamy
https://sites.google.com/view/equal-group/home
x <- 7
round_near(x)
x <- 754
round_near(x)