Description Usage Arguments Value Examples
Scale data by it's mean and standard deviation.
This function is almost equivalent to scale, but it does not set any attributes and
returns a simple vector
, so it should be easier to use within dplyr
-workflows.
1 |
x |
A |
na.rm |
If |
A vector
of the same length as the input of type numeric
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.