Learn R Programming

TreeTools (version 1.12.0)

sort.multiPhylo: Sort a list of phylogenetic trees

Description

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 multiPhylo
sort(x, decreasing = FALSE, na.last = NA, ...)

# S3 method for phylo ==(e1, e2)

# S3 method for phylo <(e1, e2)

# S3 method for phylo >(e1, e2)

# S3 method for MixedBase ==(e1, e2)

# S3 method for MixedBase <(e1, e2)

# S3 method for MixedBase >(e1, e2)

Arguments

x, decreasing, na.last, ...

As in sort().

e1, e2

Objects to be compared.

Examples

Run this code
sort(as.phylo(5:0, 7))

Run the code above in your browser using DataLab