Description Usage Arguments Value Examples
View source: R/transformations.R
Scales the rows of a numeric matrix.
1 | scale_rows(mat)
|
mat |
matrix |
matrix
1 2 | x <- rnorm(100, 10, 10)
scale_rows(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.