Children: Children of a node.

Description Usage Arguments Value Author(s) Examples

Description

Get the children of a node in a tree.

Usage

1
Children(tree = tree, node = node)

Arguments

tree

is a single tree with n terminals, an ape phylo object.

node

representing the node in APE notation,is an integer.

Value

The children nodes of the internal node; in most cases, two integers.

Author(s)

Miranda-Esquivel Daniel R.

Examples

1
2
3
4

jrich documentation built on May 2, 2019, 3:45 a.m.

Related to Children in jrich...