Learn R Programming

tidylearn (version 0.1.0)

tl_plot_tree: Plot a decision tree

Description

Plot a decision tree

Usage

tl_plot_tree(model, ...)

Value

A plot of the decision tree

Arguments

model

A tidylearn tree model object

...

Additional arguments to pass to rpart.plot()