| .PrepareTrees | R Documentation |
Converts trees to Newick strings, as expected by the 'uspr' C++ library.
.PrepareTrees(
tree1,
tree2,
allPairs = FALSE,
checks = TRUE,
unroot = FALSE,
keepLabels = FALSE
)
keepLabels |
Logical specifying whether to pass text labels to distance calculator. This is slower, but makes maximum agreement forests easier to read. |
.PrepareTrees() returns a two-element list, each entry of which is
a character vector listing trees in Newick format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.