PierreBarrat / TreeTools.jl

Tools for handling rooted phylogenetic or genealogic trees with Julia.
https://pierrebarrat.github.io/TreeTools.jl/
MIT License
6 stars 1 forks source link

add children/ancestor/branch_length methods for TreeNode #22

Closed PierreBarrat closed 2 years ago

PierreBarrat commented 2 years ago

children(n::TreeNode) = n.child, and so on ... These functions are exported