export_graphviz {grf} | R 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, include.na.path)
Arguments
tree |
the tree to convert |
include.na.path |
A boolean toggling whether to include the path of missing values or not. |
[Package grf version 2.4.0 Index]