scale | R Documentation |
Center/scale a float vector/matrix.
## S4 method for signature 'float32'
scale(x, center = TRUE, scale = TRUE)
x |
A float vector/matrix. |
center , scale |
Logical |
Only logical center
and scale
parameters are accepted at this
time.
A float matrix.
library(float)
s = flrunif(10, 3)
scale(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.