Trees are sorted by their mixed base representation, treating their leaves in the order of their labels (i.e. alphabetically, if leaves are labelled with text).
Usage
# S3 method for class 'multiPhylo'
sort(x, decreasing = FALSE, na.last = NA, ...)
# S3 method for class 'phylo'
e1 == e2
# S3 method for class 'phylo'
e1 < e2
# S3 method for class 'phylo'
e1 > e2
# S3 method for class 'MixedBase'
e1 == e2
# S3 method for class 'MixedBase'
e1 < e2
# S3 method for class 'MixedBase'
e1 > e2Arguments
- x, decreasing, na.last, ...
As in
sort().- e1, e2
Objects to be compared.
See also
Other utility functions:
ClusterTable,
ClusterTable-methods,
Hamming(),
MSTEdges(),
SampleOne(),
TipTimedTree(),
UnshiftTree(),
as.multiPhylo(),
match,phylo,phylo-method,
sapply64()