Data types
Tree sets
Tree types
This package offers a number of different types of tree, each optimised for a specific usage
Node types
Branch types
Phylo.BinaryTree
— TypeBinaryTree
Binary phylogenetic tree object with known leaves and per node data
Phylo.NamedBinaryTree
— TypeNamedBinaryTree
Binary phylogenetic tree object with known leaves
Phylo.BinaryNode
— TypeBinaryNode{B}(AbstractVector{B}, AbstractVector{B}) <: AbstractNode
A node of strict binary phylogenetic tree
Phylo.Node
— TypeNode{RT, NL, T}(AbstractVector{T}, AbstractVector{T}) <: AbstractNode
A node of potentially polytomous phylogenetic tree
Phylo.NamedTree
— TypeNamedPolytomousTree
Polytomous phylogenetic tree object with known leaves
Phylo.PolytomousTree
— TypePolytomousTree
Phylogenetic tree object with polytomous branching, and known leaves and per node data
Phylo.NamedPolytomousTree
— TypePolytomousTree
Phylogenetic tree object with polytomous branching, and known leaves and per node data
Missing docstring for LinkTree
. Check Documenter's build log for details.
Missing docstring for LinkBranch
. Check Documenter's build log for details.
Missing docstring for LinkNode
. Check Documenter's build log for details.
Missing docstring for RootedTree
. Check Documenter's build log for details.
Missing docstring for ManyRootTree
. Check Documenter's build log for details.
Missing docstring for UnrootedTree
. Check Documenter's build log for details.
Missing docstring for TreeSet
. Check Documenter's build log for details.