powered by
trans_format(trans, format = scientific_format())
a function with single parameter x, a numeric vector, that returns a character vector of list of expressions
transformation to apply
additional formatter to apply after transformation
tf <- trans_format("log10", scientific_format()) tf(10^1:6)
Run the code above in your browser using DataLab