%**% | R Documentation |
This function multiplies two matrices but first reorders the rows of the second matrix to match the columns of the first matrix
X %**% Y
X |
a matrix with colnames specified. |
Y |
a matrix with rownames specified. Alternatively, a list assumed to contain two objects, a matrix with rownames specified, and a vector of scaling values for subtraction. |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.