TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
This is the complete list of members for PhyloTree.TreeBuilding.BirthDeathTree, including all inherited members.
LabelledTree(double treeAge, double birthRate, double deathRate=0, bool keepDeadLineages=false, CancellationToken cancellationToken=default) | PhyloTree.TreeBuilding.BirthDeathTree | static |
LabelledTree(IReadOnlyList< string > leafNames, double birthRate, double deathRate=0, bool keepDeadLineages=false, TreeNode constraint=null, CancellationToken cancellationToken=default) | PhyloTree.TreeBuilding.BirthDeathTree | static |
LabelledTree(int leafCount, double birthRate, double deathRate=0, bool keepDeadLineages=false, TreeNode constraint=null, CancellationToken cancellationToken=default) | PhyloTree.TreeBuilding.BirthDeathTree | static |
UnlabelledTree(double treeAge, double birthRate, double deathRate=0, bool keepDeadLineages=false, CancellationToken cancellationToken=default) | PhyloTree.TreeBuilding.BirthDeathTree | static |
UnlabelledTree(int leafCount, double birthRate, double deathRate=0, bool keepDeadLineages=false, CancellationToken cancellationToken=default) | PhyloTree.TreeBuilding.BirthDeathTree | static |