backscale_matrix | R Documentation |
Multiplies each column of a numeric matrix by a corresponding scalar value from a named vector. Typically used to reverse prior scaling (i.e., backscaling). This is an internal helper function and not intended for direct use by package users.
backscale_matrix(x, scalex)
x |
A numeric matrix with column names, or |
scalex |
A named numeric vector. Each name must match a column name of |
A matrix with backscaled columns, or NULL
if x
is NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.