Learn R Programming

GeneralTree (version 0.0.1)

getChildNodes: Get all the child nodes below the current node.

Description

Get all the child nodes below the current node.

Usage

getChildNodes(self, recursive = FALSE)

Arguments

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

Value

a list of child nodes.