center | R Documentation |
center
computes mean-centered values. It is a convenience wrapper to scale
, equal to scale(x, scale=FALSE)
center(x)
x |
Numeric vector |
A numeric vector with mean-centered values
data(anchoring)
center(anchoring$everest_feet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.