powered by
round_levels(x)
## good round_levels((1:3) / 10^5) round_levels( 10 + (1:3) / 10^5) ## bad round_levels( 10 + (1:3) / 10^6)
Run the code above in your browser using DataLab