powered by
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.
pretty
round_near(x)
A "pretty number" suitable for use in graphs.
A numeric variable.
Kurinchi Gurusamy
https://sites.google.com/view/equal-group/home
base::pretty()
x <- 7 round_near(x) x <- 754 round_near(x)
Run the code above in your browser using DataLab