Rdocumentation
powered by
Learn R Programming
phyndr (version 0.1.0)
phyndr_combn: Generate all distinct sets of tip labels from a phyndr tree
Description
Generate all distinct sets of tip labels from a phyndr tree
Usage
phyndr_combn(phy, max_n = 1000)
Arguments
phy
A phyndr tree
max_n
Maximum number of trees to generate; if the number of distinct trees is larger than this, we'll throw an error instead.