Description Usage Arguments Value Examples
center returns a centered copy of vector values. To do this, it subtracts the mean of the vector from the value
1 | center(x)
|
x |
a vector of numeric or integer values |
a vector of numeric values
1 2 | a = 50:100
center(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.