powered by
Plot method for the dtree function
# S3 method for dtree plot( x, symbol = "$", dec = 2, final = FALSE, orient = "LR", width = "900px", ... )
Return value from dtree
dtree
Monetary symbol to use ($ is the default)
Decimal places to round results to
If TRUE plot the decision tree solution, else the initial decision tree
Plot orientation: LR for vertical and TD for horizontal
Plot width in pixels (default is "900px")
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/dtree.html for an example in Radiant
dtree to generate the result
summary.dtree to summarize results
summary.dtree
sensitivity.dtree to plot results
sensitivity.dtree
dtree(movie_contract, opt = "max") %>% plot() dtree(movie_contract, opt = "max") %>% plot(final = TRUE, orient = "TD")
Run the code above in your browser using DataLab