export_graphviz | R Documentation |
Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into 'dot_string'.
export_graphviz(tree, include.na.path)
tree |
the tree to convert |
include.na.path |
A boolean toggling whether to include the path of missing values or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.