Learn R Programming

GeneralTree (version 0.0.1)

branch_depth: Get the depth of a branch.

Description

Get the depth of a branch.

Usage

branch_depth(self, private)

Arguments

self
The node where to start.
private
The private members of a node.

Value

A numeric value that indicates the number of layers in the branch.