d3plus
d3plus copied to clipboard
Nested Treemap?
Is it possible to make a nested treemap with d3plus like this one?
library(googleVis)
Tree <- gvisTreeMap(Regions, idvar="Region", parentvar="Parent",
sizevar="Val", colorvar="Fac")
plot(Tree)
Thanks!