View source: R/transform.log10.r
| transform_log10 | R Documentation | 
Takes the log10 of the input in case argument log is T or a numeric value
transform_log10(x, ..., log)
| x | Value to log with base 10 | 
| ... | ignored | 
| log | If TRUE or any numeric value the log base 10 of x will be taken | 
log10(x)
transform_log10(c(1,10,100), log = TRUE)
transform_log10(c(2,3,200,1000,33330), log = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.