Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

                

Installation

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

install.packages("vtree")

Or install the latest release (v5.0.0) from github

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

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

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

More information

You can’t perform that action at this time.