Learn R Programming

GeneralTree (version 0.0.1)

getChildData: Get the data of the child nodes below the current node.

Description

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

Usage

getChildData(self, recursive = FALSE)

Arguments

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

Value

the data associated with child nodes.