A more computationally efficient alternative to combn.
Usage
AllQuartets(nTips)
# S3 method for numeric
AllQuartets(nTips)
# S3 method for phylo
AllQuartets(nTips)
Value
AllQuartets() returns a matrix with four rows and
choose(n_tips, 4) columns, with each column corresponding to a unique
selection of four different integers less than or equal to nTips.
Arguments
nTips
Integer, specifying the number of tips in a tree; or a tree,
whose tips will be counted.