Learn R Programming

aphylo (version 0.2-1)

multiAphylo: Building Lists of Annotated Trees

Description

This is equivalent to what ape::c.phylo does.

Usage

# S3 method for aphylo
c(...)

# S3 method for multiAphylo print(x, ...)

Arguments

...

One or several object of class aphylo or multiAPhylo. Ignored in the case of print.multiAphylo.

x

An object of class multiAphylo

Value

A list of class multiAphylo. Each element corresponds to a single aphylo object.

Examples

Run this code
# NOT RUN {
data(fakeexperiment)
data(faketree)
ans <- new_aphylo(fakeexperiment[,2:3], tree = as.phylo(faketree))
c(ans, ans)
# }

Run the code above in your browser using DataLab