Home

Awesome

vtree - An R package for calculating & drawing variable trees

CRAN
status CRAN
downloads

Variable trees are diagrams that display information about nested subsets of a data frame.

<p align="center"> <img src="https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/v1.png" width="260"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img src="https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/t7.png" width="180"> &nbsp;&nbsp;&nbsp; <img src="https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/t1.png" width="260"> </p>

Installation

You can install the current version of vtree (version 5.4.6) from CRAN

install.packages("vtree")

Or install the latest development release (v5.6.2) from github

remotes::install_github("nbarrowman/vtree@v5.6.2")

To get the vignette as well you need to specify build_vignettes=TRUE:

remotes::install_github("nbarrowman/vtree@v5.6.2",build_vignettes=TRUE)

More information