drawTree: Draws a new tree structure

View source: R/drawTree.R

drawTreeR Documentation

Draws a new tree structure

Description

A recursive method for drawing a new tree structure

Usage

drawTree(depth, alpha, beta)

Arguments

depth

depth of a tree

alpha

tree shape parameter, 0 < alpha < 1

beta

tree size parameter, beta > 0

Details

drawTree

Value

integer value of number of terminal nodes


dlmtree documentation built on Feb. 3, 2026, 9:07 a.m.