vt_input_from_df {voronoiTreemap} | R Documentation |
create a tree-structure from a data.frame
vt_input_from_df(inp, scaleToPerc = FALSE)
inp |
a data.frame with specific format |
scaleToPerc |
(logical) scale to percent |
a Node that can be written to json using vt_export_json
## non yet