Parse numeric to character in a visually appeasing way.

axesLabeller(x, ...)

Arguments

x

numeric values to parse.

...

passed to subfunctions.

Details

Useful to avoid weird labels when dealing with very large or very small numbers. Mainly a wrapper around scales::scientific_format and scales::scientific_format scales::number_format.