ddmatrix-scale | R Documentation |
Centers and/or scales the columns of a distributed matrix.
scale(x, center = TRUE, scale = TRUE)
## S4 method for signature 'ddmatrix'
scale(x, center = TRUE, scale = TRUE)
x |
numeric distributed matrix. |
center |
logical value, determines whether or not columns are zero centered |
scale |
logical value, determines whether or not columns are rescaled to unit variance |
Returns a distributed matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.