Skip to content

v1.8.0

Compare
Choose a tag to compare
@ms609 ms609 released this 15 Sep 08:27
· 213 commits to master since this release

New methods and functions

  • TntOrder() renumbers a tree's nodes to match TNT's convention.

  • head() and tail() methods for Splits objects.

  • Set names of splits object with names(splits) <- ....

  • as.Splits() support character vectors in the form "...***".

Improvements

  • ReadTntTree() reads tree tags and follows TNT node numbering conventions.

  • SpectrumLegend() gains title parameter and more styling options.

  • Support > 32767 trees in Consensus() (#127).

  • DropTip() speed improved when branch lengths are present.