Learn R Programming

phytools (version 0.5-64)

rep.phylo: Replicate a tree or set of trees

Description

S3 method rep for object of class "phylo" or "multiPhylo". repPhylo is just an alias for rep.phylo and rep.multiPhylo.

Usage

"rep"(x, ...) "rep"(x, ...) repPhylo(tree, times)

Arguments

tree
object of class "phylo".
times
number of times to replicate tree.
x
for S3 method an object of class "phylo" or "multiPhylo".
...
other arguments for rep (specifically, times).

Value

An object of class "multiPhylo".

References

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

See Also

c.phylo, rep

Examples

Run this code
tree<-pbtree(n=100)
trees<-rep(tree,100)

Run the code above in your browser using DataLab