View source: R/multivariance-functions.R
Returns the row indices of matrix A which match with B Use the fast cpp implementation 'match_rows' instead. Function here just for reference.
1 | match.rows(A, B)
|
1 2 3 | # A = t(utils::combn(10,3))
# B = A[sort(sample.int(nrow(A),10)),]
# match.rows(A,B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.