Description Usage Arguments Details Value Author(s) Examples
View source: R/UniqueNewickStrings.R
Takes as input a vector of labelled Newick strings and returns only those pertaining to unique trees.
1 | UniqueNewickStrings(NewickStrings)
|
NewickStrings |
A vector of labelled Newick strings. |
Principle of free rotation.
A vector of labelled Newick strings corresponding to unique trees.
Graeme T. Lloyd graemetlloyd@gmail.com
1 2 | # Get information for trees with N tips:
UniqueNewickStrings(c("(A,(B,C),(D,E));", "(A,(E,D),(C,B));"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.