rep.phylo: Replicate a tree or set of trees

View source: R/utilities.R

rep.phyloR Documentation

Replicate a tree or set of trees

Description

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

Usage

## S3 method for class 'phylo'
rep(x, ...)
## S3 method for class '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).

Details

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

Value

An object of class "multiPhylo".

Author(s)

Liam Revell liam.revell@umb.edu

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

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

liamrevell/phytools documentation built on March 4, 2024, 3:27 a.m.