ezScaleColumns | R Documentation |
The columns will be scaled by multiplying them with the scaling
.
ezScaleColumns(x, scaling)
x |
the matrix to scale. |
scaling |
a vector containing the scale for each column of |
Returns a matrix with scaled columns.
Rehrauer, Hubert
Schmid, Peter
x = ezScaleColumns(matrix(1:20, 5), 1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.