getNdSstr | R Documentation |
Returns the id of the sister(s) of node id given.
getNdSstr(tree, id)
tree |
|
id |
node id |
An error is raised if there is no sister (e.g. for the root). There can be more than one sister if tree is polytomous.
getNdsSstr
,
https://github.com/DomBennett/treeman/wiki/get-methods
tree <- randTree(10)
getNdSstr(tree, id = "t1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.