Learn R Programming

phytools (version 2.3-0)

rep.phylo: Replicate a tree or set of trees

Description

rep method for object of class "phylo" or "multiPhylo".

Usage

# S3 method for phylo
rep(x, ...)
# S3 method for multiPhylo
rep(x, ...)
repPhylo(tree, times)

Value

An object of class "multiPhylo".

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).

Author

Liam Revell liam.revell@umb.edu

Details

repPhylo is just an alias for rep.phylo and rep.multiPhylo.

References

Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.

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