log1p_transform | R Documentation |
CountTransform mapping x to log(x + 1).
log1p_transform(center = FALSE, scale = FALSE)
center |
Whether transformed data should be shifted to have mean zero.
Can be specified either as a vector of two logical values, specifying
whether the rows/columns should be centered, respectively, or a single
logical value specifying whether the columns should be centered (for
consistency with |
scale |
Whether transformed rows should be scaled to have unit variance. |
CountTransform object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.