View source: R/labels-retired.R
| trans_format | R Documentation | 
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.