View source: R/tree_manipulation.R
sister_trees | R Documentation |
Get list of sister trees for a given node
sister_trees(x, id, ...)
## S3 method for class 'Strata'
sister_trees(x, id, ...)
## S3 method for class 'phylo'
sister_trees(x, id, type = "auto", ...)
x |
phylo object |
id |
vector of ids or names |
... |
Arguments passed to |
type |
id type: ['name', 'index', 'auto'] |
list of phylo objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.