| scale | R Documentation |
Wrapper for base scale function. The base scale function returns a list type and this function returns a numeric type.
scale(...)
... |
Arguments passed to scale |
Vector of scaled values
myVec <- c(1,6,3,6,8,4,5,4,2,2) myScaledVec <- scale(myVec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.