scale_data | R Documentation |
Scale data matrix
scale_data(
data.x,
do.center = TRUE,
do.scale = TRUE,
row.means = NULL,
row.sds = NULL
)
data.x |
Input data matrix. |
do.center |
Whether center the row values. (default TRUE) |
do.scale |
Whether scale the row values. (default TRUE) |
row.means |
The provided row means to center. (default NULL) |
row.sds |
The provided row standard deviations to scale. (default NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.