Description Usage Arguments Details Author(s)
Load and save a tree in Newick parenthetic format.
1 2 3 | from.newick.string(str)
to.newick.string(tree, digits = 10)
|
str |
A string encoding a tree in Newick format. |
tree |
A forest tree (currently class |
digits |
Number of digits to format branch lengths to. The default is the same as ape. |
For now, these only operate on strings, rather than dealing with files. This, and the names of the functions, willl likely change in future versions of forest.
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.