node.sons {ape} | R Documentation |
Get all tags of son nodes from a given parent node.
node.sons(phy, node)
phy |
An object of class phylo representing the tree to
parse. |
node |
A string giving the node index. |
A vector of strings with the names of all son nodes. If node
is
a leaf or node a valid node name, a void vector is returned.
Julien Dutheil julien.dutheil@univ-montp2.fr