Convert a Node to a phylo object from the ape package.
This method requires the ape package to be installed and loaded.
as.phylo.Node(x, heightAttribute = DefaultPlotHeight, ...)
x |
The root |
heightAttribute |
The attribute (field name or function) storing the height |
... |
any other argument |
Other ape phylo conversions:
GetPhyloNr()
,
as.Node.phylo()
library(ape) data(acme) acmephylo <- as.phylo(acme) #plot(acmephylo)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.