markravina/rpart2tidy: Converts rpart objects to data frames or tibbles

Takes an rpart objects and returns three data frames or tibbles for use in displaying decision trees. The output is intended for use in ggplot but can be used in base R. The three data frames (or tibbles) are for nodes, connecting lines, and yes/no binary decision markers.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1
URL https://github.com/markravina/rpart2tidy
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("markravina/rpart2tidy")
markravina/rpart2tidy documentation built on May 31, 2019, 12:42 a.m.