Description Usage Arguments Value
R's default calculation of X - a is with col first likes X[,1] - a, X[,2] - a, ....
This function implements calclation with row first likes X[1,] - a, X[1,] - a, ....
1 | rowMinus(X, a)
|
X |
minused matrix. |
a |
minuses vector. |
X - a in row first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.