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