scale_design_mat | R Documentation |
Scale the columns of a matrix by dividing each column by its highest-magnitude value, and then subtracting its mean.
scale_design_mat(x, doRows = FALSE)
x |
A |
doRows |
Scale the rows instead? Default: |
The scaled design matrix
scale_design_mat(cbind(seq(7), 1, rnorm(7)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.