| *.ena.matrix | R Documentation |
Multiply ena.matrix objects Element-wise multiplication of dimension columns in an ena.matrix by another ena.matrix or numeric matrix. If e2 is an ena.matrix, it is converted to a standard matrix before multiplication. The multiplication is applied only to the dimension columns of e1, while other columns remain unchanged.
## S3 method for class 'ena.matrix'
e1 * e2
e1 |
An ena.matrix object whose dimension columns will be multiplied. |
e2 |
An ena.matrix or numeric matrix to multiply with the dimension columns of e1. |
An ena.matrix object with the dimension columns of e1 multiplied by e2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.