match_ij | R Documentation |
Match ix,jx-couple in ti,tj-table and return their 1-based positions (0 for non matched couples)
match_ij(ix, jx, ti, tj)
ix |
An integer vector |
jx |
An integer vector |
ti |
An integer vector |
tj |
An integer vector |
An integer vector
match_ij(1:2, 1:2, 0:4, 0:4)
# [1] 2 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.