PCMTreeGetDaughters {PCMBase} | R Documentation |
A vector of the daughter nodes for a given parent node id in a tree
Description
A vector of the daughter nodes for a given parent node id in a tree
Usage
PCMTreeGetDaughters(tree, parentId)
Arguments
tree |
a phylo object. |
parentId |
an integer denoting the id of the parent node |
Value
an integer vector of the direct descendants of parentId
[Package PCMBase version 1.2.14 Index]