add.everywhere {phytools}R Documentation

Add tip to all edges in a tree

Description

This function adds a tip to all branches to the tree and returns a a list of trees as an object of class "multiPhylo".

Usage

add.everywhere(tree, tip.name)

Arguments

tree

an object of class "phylo".

tip.name

a string containing the name of the tip to add.

Value

A list of trees as an object of class "multiPhylo". Since the tip can be added to any branch, the length of the list is equal to the number of edges in tree.

Author(s)

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

allFurcTrees, exhaustiveMP


[Package phytools version 0.4-60 Index]