Learn R Programming

phytools (version 1.5-1)

reorderSimmap: Reorder edges of a simmap tree

Description

Function returns a reordered modified "phylo" object by using reorder.phylo but then sorting the additional elements $mapped.edge and $maps to have the same order as $edge.

Usage

reorderSimmap(tree, order="cladewise", index.only=FALSE, ...)

Value

A modified object of class "phylo".

Arguments

tree

a modified object of class "phylo".

order

"cladewise", "pruningwise", or any other allowable order permitted by reorder.phylo.

index.only

logical value indicating whether only an index should be returned.

...

other arguments.

Author

Liam Revell liam.revell@umb.edu

References

Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.

See Also

reorder.phylo, plotSimmap