View source: R/log1_transform.R
log1_transform | R Documentation |
log1
returns the inverse hyperbolic sine transformation
log1_transform(x)
x |
description a vector of numeric elements. |
This is a generic function that transforms a vector of elements using the log(. + 1) transformation. This function will only take numeric atomic types such as doubles, integers, and floats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.