pairwise | R Documentation |
A utility function to determine indices for pairwise comparisons.
pairwise(N)
N |
a single numeric value representing the total number of things to undergo pairwise comparison. |
Returns a two column numeric matrix giving the indices for all pairs.
Barry Grant
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
seqidentity
pairwise(3)
pairwise(20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.