Returns the id of the sister(s) of node id given.
Details
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.
Examples
tree <- randTree(10)
getNdSstr(tree, id = "t1")
#> [1] "n4"