Description Usage Arguments Details References Examples
Extract subtrees from a phylogenetic tree within a specified range of number of tips, where each subtree returned has tips unique to it.
1 | getSubtrees(tree, min.n, max.n, verbose = FALSE)
|
tree |
phylogenetic tree (ape class) |
min.n |
the minimum number of tips to return for each clade |
max.n |
the maximum number of tips to return for each clade |
verbose |
true or false |
This functions searches through all the nodes in a tree, it identifies all nodes that have numbers of descendents in the range specified by the user, it then returns the largest nodes for which all tips are unique to each subtree.
No references yet! https://github.com/DomBennett/MoreTreeTools.
1 | # example.var <- exampleFun (test.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.