Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

export_graphviz

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.


grf

Generalized Random Forests

v1.2.0
GPL-3
Authors
Julie Tibshirani [aut, cre], Susan Athey [aut], Rina Friedberg [ctb], Vitor Hadad [ctb], David Hirshberg [ctb], Luke Miner [ctb], Erik Sverdrup [ctb], Stefan Wager [aut], Marvin Wright [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.