NewickTree | R Documentation |
NewickTree()
encodes a tree as a Newick-format string.
This differs from write.tree()
in the encoding of
spaces as spaces, rather than underscores.
NewickTree(tree)
tree |
A tree of class |
NewickTree()
returns a character string denoting tree
in Newick
format.
Use tip numbers, rather than leaf labels: as.Newick
NewickTree(BalancedTree(LETTERS[4:9]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.