identity_transform | R Documentation |
CountTransform mapping x to itself.
identity_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.
Internally, the identity function is represented by a NULL value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.