Compute column-wise difference of matrices with possibly different number of rows. Do this by iterating over columns, treating them as vectors and then using R's native vector recycling.
1 | .matrixDiffWithRecycling(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.