vtree icon indicating copy to clipboard operation
vtree copied to clipboard

An R package for calculating and drawing variable trees

Results 8 vtree issues
Sort by recently updated
recently updated
newest added

Your function does not allow to color the same values. Could you add this feature. Here is an illustration that shows the problem : ![trees](https://user-images.githubusercontent.com/73254293/173044751-3baebb20-d419-4af8-8853-c175669d2668.png)

![Captura](https://user-images.githubusercontent.com/70674122/138793215-573765d8-a33e-4427-8206-29356cff6ddc.JPG)

A click on a node, should return information of the clicked element in Shiny, maybe also some information of it's parent-nodes and child-nodes.

**_Hi Nick,_** **VTREE** is _really useful_ for EDA. _Thanks!._ **Q:** After rendering any var tree in Rstudio's Viewer Pane and clicking on **Zoom**, it works 100% fine (for a while)....

Dear @nbarrowman I am developing modules for [jamovi.org](jamovi.org). Some examples are here: [https://sbalci.github.io/ClinicoPathJamoviModule/](https://sbalci.github.io/ClinicoPathJamoviModule/) I really liked graphical approach to observe data and have implemented it to a trial module for...

Is there a way to use a custom color palette, defined with hex codes, in vtree? (not part of RColor Brewer). Love this tool. Thanks!

Can you give an example of how to implement a font change? I am unsure where the html tags fit into the vtree() function call. Thanks!

I am trying to create a tree that involves a categorical variable that has more than 9 values. I am using the specfill argument to specify each value=hex color pair....