Learn R Programming

hhcartr (version 1.0.0)

navigate_hash: navigate_hash generates DOT statements for all trees in current model.

Description

This internal function generates DOT statements for the selected tree generated by the current model, grViz is then called to display the resultant graph.

Usage

navigate_hash(hobj, numtree = NA, dataset_description = "Unknown")

Arguments

hobj

List of all tree objects.

numtree

The number of the tree to display.

dataset_description

A brief description of the dataset being used.

Value

nothing.