v1.9.0
New methods and functions
-
ZeroTaxonTree()
creates aphylo
object with no leaves. -
DropTip()
gains new methodsDropTip.list()
andDropTip.NULL()
. -
as.matrix.phylo()
converts a tree to a matrix representation, allowing
a tree to be passed as a constraint toImposeConstraint()
. -
as.matrix.Splits()
andas.matrix.phyDat()
methods added as synonyms to
as.logical.Splits()
andPhyDatToMatrix()
.
Improvements
-
Handle
TipLabels(0)
andBalancedTree(0)
. -
Support zero-leaf trees in
as.Splits()
andduplicated.Splits()
. -
Support non-identical tip labels in
as.Splits()
. -
Try Latin-1 encoding if
ReadCharacters()
family fail under UTF-8.