Skip to content
Prev 170294 / 398503 Next

getting all pairwise combinations of elements in a character string

[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10]
[1,] "a"  "a"  "a"  "a"  "b"  "b"  "b"  "c"  "c"  "d"
[2,] "b"  "c"  "d"  "e"  "c"  "d"  "e"  "d"  "e"  "e"
On Thu, Feb 12, 2009 at 12:20 PM, Levi Waldron
<lwaldron at uhnres.utoronto.ca> wrote: