export_graphviz: Export a tree in DOT format. This function generates a...

View source: R/plot.R

export_graphvizR Documentation

Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into 'dot_string'.

Description

Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into 'dot_string'.

Usage

export_graphviz(tree)

Arguments

tree

the tree to convert


drf documentation built on Jan. 21, 2026, 9:06 a.m.

Related to export_graphviz in drf...