powered by
This is equivalent to what ape::c.phylo does.
# S3 method for aphylo c(...)# S3 method for multiAphylo print(x, ...)
# S3 method for multiAphylo print(x, ...)
A list of class multiAphylo. Each element corresponds to a single aphylo
multiAphylo
aphylo
object.
One or several object of class aphylo or multiAPhylo. Ignored in the case of print.multiAphylo.
multiAPhylo
print.multiAphylo
An object of class multiAphylo
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