View source: R/yeo-johnsonTransformation.R
log_transform | R Documentation |
Computes the logarithm of a number.
log_transform(y)
y |
Numerical value of which the logarithm is computed. |
This function returns the logarithm of the provided argument y if it is greater than zero. If y is smaller than zero, it will return 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.