Skip to content
Martin edited this page Jun 28, 2019 · 3 revisions

ggparty aims to extend ggplot2 functionality to the partykit package. It provides the necessary tools to create clearly structured and highly customizable visualizations for tree-objects of the class 'party'.

Loading the ggparty package will also load partykit and ggplot2 and thereby provide all necessary functions.

library(ggparty)
#> Loading required package: ggplot2
#> Loading required package: partykit
#> Loading required package: grid
#> Loading required package: libcoin
#> Loading required package: mvtnorm
Clone this wiki locally