You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial basic support for converting RNeXML objects in phylo4 and phylo4d
format.
New methods: internalEdges(), terminalEdges()
descendants() has now a "ALL" argument to include self in results
New method: nodeHeight() provides a consistent and comprehensive way of
calculating the distance between a node and either the root or the tips. (fix #3)
The replacement methods for labels, tipLabels, nodeLabels, edgeLabels
now accept NA or NULL to remove labels (fix #2)
Major changes
readNexus and readNewick now internally use the package rncl to parse
files. They also use a different approach to reconstruct the edge
matrix. These changes make file parsing faster. Objects created with this new
approach may not exactly be identical to those created in previous versions as
node numbering might differ, they should however be fully compatible with each
others.
readNexus and readNewick can now parse tree files with trees containing a
subset of the taxa listed in the TAXA Block.