mm_transf_log10 | R Documentation |
Transform a vector by the common log (base 10).
mm_transf_log10(x)
x |
A numeric vector to be scaled. Missing values will produce NA, conduct knn imputation using mm_FillMissing first. |
Returns a scaled vector
mm_transf_log10(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.