I'm using sizetree()
function from plotrix
package to draw my data
structure as a tree (see below) and it works just fine.
However, I was wondering if there might be another way (or a package) that would provide a more elegant tree plot of the same data
with the same information displayed?
(Note: In the below plot, fonts are unnecessarily either too big or too small so are the rectangles etc. also may be the plot could be inverted to get a better look.)-- it's subjective but I appreciate any suggestion!
library(plotrix)
data <- read.csv('https://raw.githubusercontent.com/hkil/m/master/z.csv')
sizetree(data[c(2,3,5)])