Learn R Programming

GeneralTree (version 0.0.1)

getChildId: Get the ids of the child nodes below the current node.

Description

Get the ids of the child nodes below the current node.

Usage

getChildId(self, recursive = FALSE)

Arguments

self
The node where to start.
recursive
Should the function be called on all child nodes too?

Value

the ids associated with child nodes.