View source: R/as.multiPhylo.R
| as.multiPhylo | R Documentation |
multiPhylo classConverts representations of phylogenetic trees to an object of the "ape"
class multiPhylo.
as.multiPhylo(x)
## S3 method for class 'phylo'
as.multiPhylo(x)
## S3 method for class 'list'
as.multiPhylo(x)
## S3 method for class 'phyDat'
as.multiPhylo(x)
## S3 method for class 'Splits'
as.multiPhylo(x)
x |
Object to be converted |
as.multiPhylo returns an object of class multiPhylo
as.multiPhylo.phyDat() returns a list of trees, each corresponding
to the partitions implied by each non-ambiguous character in x.
Other utility functions:
ClusterTable,
ClusterTable-methods,
Hamming(),
MSTEdges(),
SampleOne(),
TipTimedTree(),
UnshiftTree(),
match,phylo,phylo-method,
sapply64(),
sort.multiPhylo()
as.multiPhylo(BalancedTree(8))
as.multiPhylo(list(BalancedTree(8), PectinateTree(8)))
data("Lobo")
as.multiPhylo(Lobo.phy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.