Learn R Programming

phytools (version 0.7-20)

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

# S3 method for phylo
rep(x, ...)
# S3 method for multiPhylo
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
# NOT RUN {
tree<-pbtree(n=100)
trees<-rep(tree,100)
# }

Run the code above in your browser using DataLab