match_rows {multivariance} | R Documentation |
for the fast detection of the full dependence structure
Description
Returns the row indicies of matrix A which match with B
Usage
match_rows(A, B)
Arguments
A |
matrix |
B |
matrix whose rows are subset of A |
Examples
# A = t(utils::combn(10,3))
# B = A[sort(sample.int(nrow(A),10)),]
# match_rows(A,B)
[Package multivariance version 2.4.1 Index]