smart_digits {ggthemes} | R Documentation |
Format numbers with automatic number of digits
Description
Format numbers with automatic number of digits
Usage
smart_digits(x, ...)
smart_digits_format(x, ...)
Arguments
x |
A numeric vector to format |
... |
Parameters passed to |
Value
A character vector.
smart_digits_format()
returns a function with a single argument
x
, a numeric vector, that returns a character vector.
Author(s)
Josh O'Brien, Baptise Auguie, Jeffrey B. Arnold
References
Josh O'Brien, https://stackoverflow.com/questions/23169938/select-accuracy-to-display-additional-axis-breaks/23171858#23171858.
[Package ggthemes version 5.1.0 Index]