Format labels after transformation
trans_format(trans, format = scientific_format())
trans |
transformation to apply |
format |
additional formatter to apply after transformation |
a function with single parameter x, a numeric vector, that returns a character vector of list of expressions
tf <- trans_format("log10", scientific_format()) tf(10 ^ 1:6)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.