scale_log | R Documentation |
Log Transformation
scale_log(x, invert = FALSE)
x |
A numeric object whose elements should be log transformed. |
invert |
A logical value indicating the direction of scaling. If set to |
Transformed x
with log transformed values.
scaling
.
Other Scaling:
scale_center()
,
scale_dataset()
,
scale_minmax()
,
scale_train_test()
,
scale_zscore()
,
scaling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.