powered by
expand.grid
expand.grid.jc(seq1, seq2)
matrix_of_combinations
Matzke_2012_IBS
convolve
expand.grid.jc
testval=1 seq1 = c("A","B","C") seq2 = seq1 expand.grid(seq1,seq2) expand.grid.alt(seq1,seq2) expand.grid.jc(seq1,seq2)
Run the code above in your browser using DataLab