Children: Children of an internal node.

Description Usage Arguments Value Author(s) Examples

Description

Get the children of an internal 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, 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
5
 library(jrich)
 
 data(tree)

Children(tree,node=7)

Dmirandae/jrich documentation built on May 6, 2019, 2:50 p.m.